custom_menu_order

最后更新于:2021-11-26 04:10:53

apply_filters( ‘custom_menu_order’, bool $custom )

Filters whether to enable custom ordering of the administration menu.

参数

$custom

(bool)
Whether custom ordering is enabled. Default false.

源文件

文件: gc-admin/includes/menu.php

View on Trac