704* The submitpost box is a meta box with 'side' context, so this hook fires just before it is output.705*706* @since 2.5.0707*708* @param WP_Post$post Post object.709*/710do_action('submitpost_box',$post);711}712713714do_meta_boxes($post_type,'side',$post);715716?>
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.