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
| add_action('wp_loaded','webendev_register_nav_menu_class'); | |
| /** | |
| * New walker class to extend Walker_Nav_Menu | |
| * Dynamically adds child categories to menu | |
| * | |
| */ | |
| function webendev_register_nav_menu_class(){ | |
| class Submenu_Walker_Nav_Menu extends Walker_Nav_Menu { |
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
| .navbar | |
| .caret | |
| .label | |
| .table | |
| .img-responsive | |
| .img-rounded | |
| .img-thumbnail | |
| .img-circle | |
| .sr-only | |
| .lead |