Lines:
1 to 15 of 15
<?php /** * Custom page walker for this theme. * * @package WordPress * @subpackage Twenty_Twenty * @since Twenty Twenty 1.0 */ if ( ! class_exists( 'TwentyTwenty_Walker_Page' ) ) { /* class TwentyTwenty_Walker_Page */ /* function TwentyTwenty_Walker_Page::start_el() – Outputs the beginning of the current element in the tree. */ }