Guest User

Untitled

a guest
Feb 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public function register_nav_menus() {
  2. register_nav_menus( array(
  3. 'primary' => __( 'Primary', 'theme_name' ),
  4. 'secondary' => __( 'Secondary', 'theme_name' ),
  5. 'mobile' => __( 'Mobile', 'theme_name' )
  6. ) );
  7. }
Add Comment
Please, Sign In to add comment