Walker_Category_Checklist::end_el()

最后更新于:2021-11-26 05:55:20

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

Ends the element output, if needed.

参数

$output

(string) (Required) Used to append additional content (passed by reference).

$category

(GC_Term) (Required) The current term object.

$depth

(int) (Required) Depth of the term in reference to parents. Default 0.

$args

(array) (Optional) An array of arguments. @see gc_terms_checklist()

Default value: array()

源文件

文件: gc-admin/includes/class-walker-category-checklist.php

	public function end_el( &$output, $category, $depth = 0, $args = array() ) {
		$output .= "</li>n";
	}