BP_Walker_Nav_Menu::start_el( string $output, object $item, int $depth, array $args = array(), int $id )
Display the current <li>
that we are on.
Description Description
See also See also
- Walker::start_el(): for complete description of parameters.
Parameters Parameters
- $output
-
(Required) Passed by reference. Used to append additional content.
- $item
-
(Required) Menu item data object.
- $depth
-
(Required) Depth of menu item. Used for padding. Optional, defaults to 0.
- $args
-
(Optional) See Walker::start_el().
Default value: array()
- $id
-
(Optional) Menu item ID. Optional.
Source Source
File: bp-core/classes/class-bp-walker-nav-menu.php
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |