Ends the element output, if needed.
Description
See also
Parameters
$output
stringrequired- Used to append additional content (passed by reference).
$data_object
WP_Termrequired- The current term object.
$depth
intrequired- Depth of the term in reference to parents. Default 0.
$args
arrayoptional- An array of arguments. See wp_terms_checklist().
Default:
array()
Source
public function end_el( &$output, $data_object, $depth = 0, $args = array() ) {
$output .= "</li>\n";
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.