Uses
Uses | Description |
---|---|
wp-admin/includes/template.php: add_meta_box() | Adds a meta box to one or more screens. |
wp-admin/includes/nav-menu.php: nav_menu_meta_box_object | Filters whether a menu items meta box will be added for the current object type. |
wp-includes/taxonomy.php: get_taxonomies() | Retrieves a list of registered taxonomy names or objects. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |