apply_filters( 'nav_menu_meta_box_object', object $meta_box_object )

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


Description Description

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.


Parameters Parameters

$meta_box_object

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


Top ↑

Source Source

File: wp-admin/includes/nav-menu.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.