Action hook 'submitpage_box'

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

Description

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.

Occurrences

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

Parameters

Type Name Description
WP_Post $post Post object.

PHP Doc

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