1597functionwalk_page_dropdown_tree(...$args){1598if(empty($args[2]['walker'])){// The user's options are the third parameter.1599$walker=newWalker_PageDropdown();1600}else{1601/**1602 * @var Walker $walker1603 */1604$walker=$args[2]['walker'];1605}16061607return$walker->walk(...$args);1608}
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
5.3.0
Formalized the existing ...$args parameter by adding it to the function signature.from the docblock
2.1.0
Introduced.from the docblock
About this page
Parsed data
Generated from the wordpress-develop 7.0.4 tag, from src/wp-includes/post-template.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.