Created
March 3, 2017 23:33
-
-
Save joelstransky/58068215834e4414a38e8a182d513ed0 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 | |
require_once 'class-f6-drill-menu-walker.php'; |
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( | |
'container' => false, | |
'menu' => /* name of your menu */, | |
'menu_class' => 'vertical menu', | |
'items_wrap' => '<ul id="%1$s" class="%2$s" data-drilldown="">%3$s</ul>', | |
'walker' => new F6_DRILL_MENU_WALKER(), | |
)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment