Walker_Category_Checklist::end_el

Advertisement

Summery Summery

Ends the element output, if needed.

Syntax Syntax

Walker_Category_Checklist::end_el( string $output, object $category, int $depth, array $args = array() )

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

Changelog
Version Description
2.5.1 Introduced.

See also See also

Advertisement

Leave a Reply