WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about post_edit_form_tag

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/edit-form-advanced.php do_action 463 /**
* Fires inside the post editor form tag.
*
* @since 3.0.0
*
* @param WP_Post $post Post object.
*/

Hook Parameters

Parameter Type Name Description
WP_Post $post Post object.