GFCategoryWalker
Source: common.php:8481
Details
- Kind:
class - Namespace:
(global) - Extends:
Walker
Methods
| Method | Description |
|---|---|
start_el() |
Method Reference
start_el()
function start_el( &$output, $object, $depth=0, $args=[], $current_object_id=0 )
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
&$output | string | Passed by reference. Used to append additional content. | |
$object | object | Category data object. | |
$depth | int | 0 | Depth of category. Used for padding. Defaults to 0. |
$args | array | [] | Uses 'selected' and 'show_count' keys, if they exist. Defaults to empty array. |
$current_object_id | int | 0 | The current object ID. Defaults to 0. |
See Also
\Walker::start_el()
Since: 2.1.0
Source: common.php:8507