File: wp-includes/class-walker-page.php
-
Filters the HTML attributes applied to a page menu item’s anchor element.
-
classWalker_Page
Core walker class used to create an HTML list of pages.
-
methodWalker_Page::start_lvl()
Outputs the beginning of the current level in the tree before elements are output.
-
methodWalker_Page::end_lvl()
Outputs the end of the current level in the tree after elements are output.
-
methodWalker_Page::start_el()
Outputs the beginning of the current element in the tree.
-
hookpage_css_class
Filters the list of CSS classes to include with each page item in the list.
-
methodWalker_Page::end_el()
Outputs the end of the current element in the tree.