Walker_Nav_Menu_Edit::end_lvl()

最后更新于:2021-11-26 06:55:19

Walker_Nav_Menu_Edit::end_lvl( string$output, int$depth, stdClass$args=null)

Ends the list of after the elements are added.

参数

$output

(string) (Required) Passed by reference.

$depth

(int) (Required) Depth of menu item. Used for padding.

$args

(stdClass) (Optional) Not used.

Default value: null

源文件

文件: gc-admin/includes/class-walker-nav-menu-edit.php

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