Skip to content

Instantly share code, notes, and snippets.

@dancr13
Last active June 7, 2018 16:35
Show Gist options
  • Save dancr13/2f756186c3a4927bdf4f8c704ec02b11 to your computer and use it in GitHub Desktop.
Save dancr13/2f756186c3a4927bdf4f8c704ec02b11 to your computer and use it in GitHub Desktop.
<?php
wp_nav_menu(array(
'theme_location' => 'header-menu',
'container' => false,
'menu_class' => 'nav-list',
'walker' => new Walker_Simple_Example(),
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment