Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/post.php | do_action | 2457 | /** * Adds hidden input fields to the meta box save form. * * Hook into this action to print `` fields, which will be POSTed back to * the server when meta boxes are saved. * * @since 5.0.0 * * @param WP_Post $post The post that is being edited. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
WP_Post | $post | The post that is being edited. |