submitpage_box

submitpage_box

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('submitpage_box') is found 1 times:

  • /wp-admin/edit-form-advanced.php line 701
    	 * @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.
    	 *
    

See this hook used in plugins: