Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/ajax-actions.php | apply_filters | 1863 | /** * Ajax handler for retrieving menu meta boxes. * * @since 3.1.0 */ |
wp-admin/includes/nav-menu.php | apply_filters | 229 | /** * Filters whether a menu items meta box will be added for the current * object type. * * If a falsey value is returned instead of an object, the menu items * meta box for the current meta box object will not be added. * * @since 3.0.0 * * @param WP_Post_Type|false $post_type The current object to add a menu items * meta box for. */ |
wp-admin/includes/nav-menu.php | apply_filters | 253 | /** * Creates meta boxes for any taxonomy menu item. * * @since 3.0.0 */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
WP_Post_Type|false | $post_type | The current object to add a menu items |
WP_Post_Type|false | $post_type | The current object to add a menu items |