PHP Class Carbon_Fields\Walker\Nav_Menu_Edit_Walker

Inheritance: extends Walker_Nav_Menu
Show file Open project: htmlburger/carbon-fields

Public Methods

Method Description
start_el ( string &$output, object $item, integer $depth, array $args = [], integer $id ) Start the element output.

Method Details

start_el() public method

Start the element output.
public start_el ( string &$output, object $item, integer $depth, array $args = [], integer $id )
$output string Passed by reference. Used to append additional content.
$item object Menu item data object.
$depth integer Depth of menu item. Used for padding.
$args array An array of arguments. @see wp_nav_menu()
$id integer Current item ID.