Walker_Nav_Menu_Edit::start_lvl( string $output, int $depth, array $args = array() )
Starts the list before the elements are added.
Description
See also
Parameters
- $output
-
(Required) Passed by reference.
- $depth
-
(Required) Depth of menu item. Used for padding.
- $args
-
(Optional) Not used.
Default value: array()
Source
File: wp-admin/includes/class-walker-nav-menu-edit.php
public function start_lvl( &$output, $depth = 0, $args = array() ) {}
Changelog
Version | Description |
---|---|
WP-3.0.0 | Introduced. |