WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about submitpage_box

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/edit-form-advanced.php do_action 666 /**
* Fires before meta boxes with 'side' context are output for the 'page' post type.
*
* The submitpage 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.