Last active
June 7, 2018 16:35
-
-
Save dancr13/2f756186c3a4927bdf4f8c704ec02b11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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