WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about edit_form_after_editor

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/edit-form-advanced.php do_action 649 /**
* Fires after the content editor.
*
* @since 3.5.0
*
* @param WP_Post $post Post object.
*/

Hook Parameters

Parameter Type Name Description
WP_Post $post Post object.