Description
Fires at the beginning of the edit form. At this point, the required hidden fields and nonces have already been output.
Occurrences
Filename | Line Number |
---|---|
wp-admin/edit-form-advanced.php | 526 |
Parameters
Type | Name | Description |
---|---|---|
WP_Post | $post | Post object. |
PHP Doc
/**
* Fires at the beginning of the edit form.
*
* At this point, the required hidden fields and nonces have already been output.
*
* @since 3.7.0
*
* @param WP_Post $post Post object.
*/