1594functionwalk_page_dropdown_tree(...$args){1595if(empty($args[2]['walker'])){// The user's options are the third parameter.1596$walker=newWalker_PageDropdown();1597}else{1598/**1599 * @var Walker $walker1600 */1601$walker=$args[2]['walker'];1602}16031604return$walker->walk(...$args);1605}
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 6.8.8 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.