Walker::end_lvl( string $output, int $depth, array $args = array() )
Ends the list of after the elements are added.
Description
The $args parameter holds additional values that may be used with the child class methods. This method finishes the list at the end of output of the elements.
Parameters
- $output
-
(Required) Used to append additional content (passed by reference).
- $depth
-
(Required) Depth of the item.
- $args
-
(Optional) An array of additional arguments.
Default value: array()
Source
File: wp-includes/class-wp-walker.php
public function end_lvl( &$output, $depth = 0, $args = array() ) {}
Changelog
Version | Description |
---|---|
WP-2.1.0 | Introduced. |