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 = ... );
| Type | Name | Description |
|---|---|---|
string | $output | Passed by reference. |
object | $data_object | Term object. |
int | $depth | Depth of term in tree. |
array | $args | Walker args. |
int | $current_object_id | Current post/object ID. |