[ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
Custom page walker for this theme.
File Size: | 154 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
TwentyTwenty_Walker_Page:: (1 method):
start_el()
Class: TwentyTwenty_Walker_Page - X-Ref
CUSTOM PAGE WALKERstart_el( &$output, $data_object, $depth = 0, $args = array() X-Ref |
Outputs the beginning of the current element in the tree. param: string $output Used to append additional content. Passed by reference. param: WP_Post $data_object Page data object. param: int $depth Optional. Depth of page. Used for padding. Default 0. param: array $args Optional. Array of arguments. Default empty array. param: int $current_object_id Optional. ID of the current page. Default 0. since: Twenty Twenty 1.0 since: Twenty Twenty 1.9 Renamed `$page` to `$data_object` and `$current_page` to `$current_object_id` |
Generated: Sat Nov 23 01:00:02 2024 | Cross-referenced by PHPXref 0.7.1 |