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


Top ↑

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.


Top ↑

Source Source

File: bp-core/classes/class-bp-walker-nav-menu.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.