start_el()
start_el( $output, $taxonomy_object, $depth, $args = array(), $id)
Start the element output.
Parameters
| $output | ||
| $taxonomy_object | ||
| $depth | ||
| $args | ||
| $id |
Class MLA (Media Library Assistant) Checklist Walker replaces term_id with slug in checklist output
This walker is used to build the meta boxes for flat taxonomies, e.g., Tags, Att. Tags. Class Walker_Category is defined in /wp-includes/category-template.php. Class Walker is defined in /wp-includes/class-wp-walker.php.
end_el(string $output, object $category, integer $depth, array $args = array())
Ends the element output, if needed.
| string | $output | Passed by reference. Used to append additional content. |
| object | $category | The current term object. |
| integer | $depth | Depth of the term in reference to parents. Default 0. |
| array | $args | An array of arguments. @see wp_terms_checklist() |