PHP Class _Beans_Walker_Nav_Menu, Beans

Inheritance: extends Walker_Nav_Menu
Show file Open project: Getbeans/Beans

Public Methods

Method Description
end_el ( &$output, $item, $depth, $args = [] ) Extend WordPress end menu elements.
end_lvl ( &$output, $depth, $args = [] ) Extend WordPress end first menu level.
start_el ( &$output, $item, $depth, $args = [], $id ) Extend WordPress start menu elements.
start_lvl ( &$output, $depth, $args = [] ) Extend WordPress start first menu level.

Method Details

end_el() public method

Extend WordPress end menu elements.
public end_el ( &$output, $item, $depth, $args = [] )

end_lvl() public method

Extend WordPress end first menu level.
public end_lvl ( &$output, $depth, $args = [] )

start_el() public method

Extend WordPress start menu elements.
public start_el ( &$output, $item, $depth, $args = [], $id )

start_lvl() public method

Extend WordPress start first menu level.
public start_lvl ( &$output, $depth, $args = [] )