[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Post API: Walker_PageDropdown class
File Size: | 97 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Walker_PageDropdown:: (1 method):
start_el()
Class: Walker_PageDropdown - X-Ref
Core class used to create an HTML drop-down list of pages.start_el( &$output, $data_object, $depth = 0, $args = array() X-Ref |
Starts the element output. 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 in reference to parent pages. param: array $args Optional. Uses 'selected' argument for selected page to param: int $current_object_id Optional. ID of the current page. Default 0. |
Generated : Sat Nov 23 08:20:01 2024 | Cross-referenced by PHPXref |