\MLA_Checklist_Walker

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.

Summary

Methods
Properties
Constants
start_el()
end_el()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

start_el()

start_el(  $output,   $taxonomy_object,   $depth,   $args = array(),   $id) 

Start the element output.

Parameters

$output
$taxonomy_object
$depth
$args
$id

end_el()

end_el(string  $output, object  $category, integer  $depth, array  $args = array()) 

Ends the element output, if needed.

Parameters

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()