Advertisement
Guest User

Untitled

a guest
Jul 16th, 2020
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. if ( has_nav_menu( 'top_nav_pull_right' ) ) {
  2. wp_nav_menu(
  3. array(
  4. 'walker' => new Nectar_Arrow_Walker_Nav_Menu(),
  5. 'theme_location' => 'top_nav_pull_right',
  6. 'container' => '',
  7. 'items_wrap' => '%3$s',
  8. )
  9. );
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement