File: wp-includes/class-wp-walker.php
-
classWalker
A class for displaying various tree-like structures.
-
methodWalker::start_lvl()
Starts the list before the elements are added.
-
methodWalker::end_lvl()
Ends the list of after the elements are added.
-
methodWalker::start_el()
Starts the element output.
-
methodWalker::end_el()
Ends the element output, if needed.
-
Traverses elements to create list from elements.
-
methodWalker::walk()
Displays array of elements hierarchically.
-
methodWalker::paged_walk()
Produces a page of nested elements.
-
Calculates the total number of root elements.
-
methodWalker::unset_children()
Unsets all the children for a given top level element.