Used By
Used By | Description |
---|---|
wp-admin/includes/post.php: the_block_editor_meta_box_post_form_hidden_fields() | Renders the hidden form required for the meta boxes form. |
Add 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.
(WP_Post) The post that is being edited.
Version | Description |
---|---|
5.0.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/block_editor_meta_box_hidden_fields