WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about submitpost_box

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/edit-form-advanced.php do_action 677 /**
* Fires before meta boxes with 'side' context are output for all post types other than 'page'.
*
* The submitpost box is a meta box with 'side' context, so this hook fires just before it is output.
*
* @since 2.5.0
*
* @param WP_Post $post Post object.
*/

Hook Parameters

Parameter Type Name Description
WP_Post $post Post object.