do_action( 'edit_form_top', WP_Post $post )
Fires at the beginning of the edit form.
Description
At this point, the required hidden fields and nonces have already been output.
Parameters
- $post
-
Post object.
Source
Changelog
Version | Description |
---|---|
WP-3.7.0 | Introduced. |