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
WP_Post- Post object.
Source
do_action( 'submitpage_box', $post );
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.