Walker_Category_Dropdown
Custom walker to enhance parent dropdown with product and ID.
Namespace: WebberZone\Knowledge_Base\Admin
Since: 3.0.0
Source: includes/admin/class-walker-category-dropdown.php line 22
Extends: Walker_CategoryDropdown
Methods
start_el()
Start element output.
Line: 32
public function start_el( &$output, $category, $depth = ..., $args = ..., $id = ... );
| Type | Name | Description |
|---|---|---|
string | $output | Output HTML. |
object | $category | Term object. |
int | $depth | Depth of term in tree. |
array | $args | Args. |
int | $id | Term ID. |