February 12, 2011 3:56 am
Definition:
function walk_nav_menu_tree( $items, $depth, $r ) {}
function walk_nav_menu_tree( $items, $depth, $r ) {
$walker = ( empty($r->walker) ) ? new Walker_Nav_Menu : $r->walker;
$args = array( $items, $depth, $r );
return call_user_func_array( array(&$walker, 'walk'), $args );
}
3341
Posted by Thorsten
Categories: /wp-includes/nav-menu-template.php, Documentation, Files, Functions, Functions by letter w
Tags: codex, id3e3f716a18e0f783c7a2b88ae0a59a50, walk_nav_menu_tree
Mobile Site | Full Site
Get a free blog at WordPress.com Theme: WordPress Mobile Edition by Alex King.