Action hook 'submitpost_box'

in WP Core File wp-admin/edit-form-advanced.php at line 712

Description

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.

Occurrences

Filename Line Number
wp-admin/edit-form-advanced.php 712

Parameters

Type Name Description
WP_Post $post Post object.

PHP Doc

/**
	 * 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.
	 */