Summery Summery
Retrieve HTML dropdown (select) content for category list.
Syntax Syntax
Return Return
(string)
Source Source
File: wp-includes/category-template.php
* @since 5.3.0 Formalized the existing `...$args` parameter by adding it * to the function signature. * * @uses Walker_Category to create HTML list content. * @see Walker::walk() for parameters and return description. * * @param mixed ...$args Elements array, maximum hierarchical depth and optional additional arguments. * @return string */ function walk_category_tree( ...$args ) {
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |
See also See also
- Walker_CategoryDropdown::walk(): for parameters and return description.