wp-includes/class-walker-page.php
Lines:
1 to 16 of 16
<?php /** * Post API: Walker_Page class * * @package WordPress * @subpackage Template * @since 4.4.0 */ /* class Walker_Page */ /* function Walker_Page::start_lvl() – Outputs the beginning of the current level in the tree before elements are output. */ /* function Walker_Page::end_lvl() – Outputs the end of the current level in the tree after elements are output. */ /* function Walker_Page::start_el() – Outputs the beginning of the current element in the tree. */ /* function Walker_Page::end_el() – Outputs the end of the current element in the tree. */