Adds hidden input fields to the meta box save form.
Hook into this action to print <input type="hidden" ... /> fields, which will be POSTed back to the server when meta boxes are saved.
$postWP_Post
do_action( 'block_editor_meta_box_hidden_fields', $post );
| Version | Description |
|---|---|
| 5.0.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/block_editor_meta_box_hidden_fields