Definition:
function wp_nav_menu_max_depth() {}
Parameters
- $classes
Source code
function wp_nav_menu_max_depth() { global $_wp_nav_menu_max_depth; return "menu-max-depth-$_wp_nav_menu_max_depth"; }
3931
February 12, 2011 by Thorsten
0 Comments
Definition:
function wp_nav_menu_max_depth() {}
function wp_nav_menu_max_depth() { global $_wp_nav_menu_max_depth; return "menu-max-depth-$_wp_nav_menu_max_depth"; }
3931
No comments yet... Be the first to leave a reply!