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, integer $depth, array $args = array())
| see | \Walker::end_el() |
|---|---|
| since | 1.80 |
stringPassed by reference. Used to append additional content.
objectThe current term object.
integerDepth of the term in reference to parents. Default 0.
arrayAn array of arguments. @see wp_terms_checklist()
start_el( &$output, $taxonomy_object, $depth, $args = array(), $id)
| see | \Walker::start_el() |
|---|---|
| since | 1.80 |