Recent

Walker_Section_Checklist class

Walker_Section_Checklist

Custom walker for wzkb_category checkbox lists (Quick Edit, term metaboxes).

Mirrors the label format used by Walker_Category_Dropdown: shows the full product > section hierarchy path via wzkb_get_term_hierarchy_path() so child terms are unambiguously identified without relying on visual context.

Namespace: WebberZone\Knowledge_Base\Admin
Since: 3.0.0
Source: includes/admin/class-walker-section-checklist.php line 26 Extends: Walker_Category_Checklist

Methods

start_el()

Start element output.

Line: 37

public function start_el( &$output, $data_object, $depth = ..., $args = ..., $current_object_id = ... );
TypeNameDescription
string$outputPassed by reference.
object$data_objectTerm object.
int$depthDepth of term in tree.
array$argsWalker args.
int$current_object_idCurrent post/object ID.