walk_category_dropdown_tree

Advertisement

Summery Summery

Retrieve HTML dropdown (select) content for category list.

Syntax Syntax

walk_category_dropdown_tree()

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

Changelog
Version Description
2.1.0 Introduced.

See also See also

Advertisement

Leave a Reply