do_action( 'submitpost_box', WP_Post $post )
Fires before meta boxes with ‘side’ context are output for all post types other than ‘page’.
Description Description
The submitpost box is a meta box with ‘side’ context, so this hook fires just before it is output.
Parameters Parameters
- $post
-
(WP_Post) Post object.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |