Core Class
View Source on Trac ↗
Core Class
Walker_Category_Checklist
class Walker_Category_Checklist
// Constructor: function Object() { [native code] } Core walker class to output an unordered list of category checkbox input elements.
Methods 4 methods
| Method / Return | Description |
|---|---|
| start_lvl() void | Starts the list before the elements are added.
Parameters: $output: mixed, $depth: mixed, $args: mixed |
| end_lvl() void | Ends the list of after the elements are added.
Parameters: $output: mixed, $depth: mixed, $args: mixed |
| start_el() void | Start the element output.
Parameters: $output: mixed, $data_object: mixed, $depth: mixed, $args: mixed, $current_object_id: mixed |
| end_el() void | Ends the element output, if needed.
Parameters: $output: mixed, $data_object: mixed, $depth: mixed, $args: mixed |
Properties
| Property / Type | Description |
|---|---|
| $tree_type mixed public | No description available. |
| $db_fields mixed public | No description available. |
Class Information
Since Version
2.5.1
Source File
wp-admin/includes/class-walker-category-checklist.php
Advertisement