Walker::end_lvl()

最后更新于:2021-11-26 05:22:20

Walker::end_lvl( string$output, int$depth, array$args=array())

Ends the list of after the elements are added.

参数

$output

(string) (Required) Used to append additional content (passed by reference).

$depth

(int) (Required) Depth of the item.

$args

(array) (Optional) An array of additional arguments.

Default value: array()

源文件

文件: gc-includes/class-gc-walker.php

	public function end_lvl( &$output, $depth = 0, $args = array() ) {}