wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



block_editor_meta_box_hidden_fields › WordPress Action Hooks

Da5.0.0
Deprecaton/a
do_action( 'block_editor_meta_box_hidden_fields', $post )
Parametri:
  • (WP_Post) $post The post that is being edited.
    Richiesto:
Definito a:
Codex:

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.





Sorgenti

do_action( 'block_editor_meta_box_hidden_fields', $post );