nav_menu_meta_box_object

最后更新于:2021-11-27 09:02:16

apply_filters( ‘nav_menu_meta_box_object’, GC_Post_Type|false $post_type )

Filters whether a menu items meta box will be added for the current object type.

参数

$post_type

(GC_Post_Type|false)
The current object to add a menu items meta box for.

源文件

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

View on Trac