Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if ( has_nav_menu( 'top_nav_pull_right' ) ) {
- wp_nav_menu(
- array(
- 'walker' => new Nectar_Arrow_Walker_Nav_Menu(),
- 'theme_location' => 'top_nav_pull_right',
- 'container' => '',
- 'items_wrap' => '%3$s',
- )
- );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement