Recent

Walker_Category_Dropdown class

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 = ... );
TypeNameDescription
string$outputOutput HTML.
object$categoryTerm object.
int$depthDepth of term in tree.
array$argsArgs.
int$idTerm ID.