Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. wp_nav_menu(
  2.     array(
  3.         'theme_location' => 'menu-1',
  4.         'items_wrap'     => '<ul id="%1$s" class="%2$s">%3$s</ul>',
  5.         'container'      => '',
  6.         'container_class' => ''
  7.     )
  8. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement