do_action( 'submitpost_box', WP_Post $post )

Fires before meta boxes with ‘side’ context are output for all post types other than ‘page’.


Description

The submitpost box is a meta box with ‘side’ context, so this hook fires just before it is output.


Parameters

$post

(WP_Post) Post object.


Source

File: wp-admin/edit-form-advanced.php

View on GitHub


Changelog

Changelog
Version Description
WP-2.5.0 Introduced.