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