Advertisement
Guest User

Untitled

a guest
May 5th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2. wp_nav_menu(array(
  3. "container" => false,
  4. "depth" => 3,
  5. "items_wrap" => "%3$s",
  6. "theme_location" => "primary",
  7. "walker" => new BEMwalker("mobile"),
  8. ));
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement