Skip to content

Commit

Permalink
feat: Register footer menu #298.
Browse files Browse the repository at this point in the history
  • Loading branch information
danimalweb committed Sep 23, 2021
1 parent 43db405 commit a8006e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inc/lib/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ function setup() {

// Register wp_nav_menu() menus
register_nav_menus([
'header_navigation' => __('Header Navigation', 'tofino')
'header_navigation' => __('Header Navigation', 'tofino'),
'footer_navigation' => __('Footer Navigation', 'tofino')
]);
}
add_action('after_setup_theme', __NAMESPACE__ . '\\setup');
Expand Down

0 comments on commit a8006e3

Please # to comment.