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.
| package | Media Library Assistant |
|---|---|
| since | 1.80 |
end_el(string $output, object $category, int $depth, array $args)
| see | \global\Walker::end_el() |
|---|---|
| since | 1.80 |
stringPassed by reference. Used to append additional content.
objectThe current term object.
intDepth of the term in reference to parents. Default 0.
arrayAn array of arguments. @see wp_terms_checklist()
start_el(string $output, object $taxonomy_object, int $depth, array $args, int $id)
| see | \global\Walker::start_el() |
|---|---|
| since | 1.80 |
stringPassed by reference. Used to append additional content.
objectTaxonomy data object.
intDepth of category in reference to parents. Default 0.
arrayAn array of arguments. @see wp_list_categories()
intID of the current category.