Walker_Page::start_el( string $output, WP_Post $data_object, int $depth, array $args = array(), int $current_object_id )
Outputs the beginning of the current element in the tree.
Description
See also
Parameters
- $output
-
(Required) Used to append additional content. Passed by reference.
- $data_object
-
(Required) Page data object.
- $depth
-
(Optional) Depth of page. Used for padding. Default 0.
- $args
-
(Optional) Array of arguments.
Default value: array()
- $current_object_id
-
(Optional) ID of the current page. Default 0.
Source
File: wp-includes/class-walker-page.php
Changelog
Version | Description |
---|---|
5.9.0 | Renamed $page to $data_object and $current_page to $current_object_id to match parent class for PHP 8 named parameter support. |
2.1.0 | Introduced. |