Summery Summery
Ends the element output, if needed.
Syntax Syntax
Parameters Parameters
- $output
-
(Required) Used to append additional content (passed by reference).
- $category
-
(Required) The current term object.
- $depth
-
(Required) Depth of the term in reference to parents. Default 0.
- $args
-
(Optional) An array of arguments. @see wp_terms_checklist()
Default value: array()
Source Source
File: wp-admin/includes/class-walker-category-checklist.php
* @param object $category The current term object. * @param int $depth Depth of the term in reference to parents. Default 0. * @param array $args An array of arguments. @see wp_terms_checklist()
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.5.1 | Introduced. |