remove_meta_box


remove_meta_box ( $id, $screen, $context )

Parameters:
  • (string) id Meta box ID (used in the 'id' attribute for the meta box).
  • (string|array|WP_Screen) screen The screen or screens on which the meta box is shown (such as a post type, 'link', or 'comment'). Accepts a single screen ID, WP_Screen object, or array of screen IDs.
  • (string) context The context within the screen where the box is set to display. Contexts vary from screen to screen. Post edit screen contexts include 'normal', 'side', and 'advanced'. Comments screen contexts include 'normal' and 'side'. Menus meta boxes (accordion sections) all use the 'side' context.
Defined at:
Change Log:
  • 4: .

Description

Removes a meta box from one or more screens.

Related Functions

remove_theme_mod, do_meta_boxes, remove_theme_mods, add_meta_box, remove_menu_page

Top Google Results

User discussions

wpseek mobile