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