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: - Introduced in WordPress: 2.6.0
- Deprecated in WordPress: —
Description
Removes a meta box from one or more screens.