submitpage_box, $post

submitpage_box, $post

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('submitpage_box, $post') is found 1 times:

  • /wp-admin/edit-form-advanced.php line 699
    	 * @since 2.5.0
    	 *
    	 * @param WP_Post $post Post object.
    	 */
    	do_action( 'submitpage_box', $post );
    } else {
    	/**
    	 * 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.
    	 *