do_block_editor_incompatible_meta_box
do_block_editor_incompatible_meta_box ( $data_object, $box )
Parameters:- (mixed) data_object The data object being rendered on this screen.
- (array) box { Custom formats meta box arguments. @type string $id Meta box 'id' attribute. @type string $title Meta box title. @type callable $old_callback The original callback for this meta box. @type array $args Extra meta box arguments. }
Defined at: - Introduced in WordPress: 5.0.0
- Deprecated in WordPress: —
Description
Renders a "fake" meta box with an information message,
shown on the block editor, when an incompatible meta box is found.