do_action( ‘submitpage_box’, WP_Post $post )

In this article

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

$postWP_Post
Post object.

Source

do_action( 'submitpage_box', $post );

Changelog

VersionDescription
2.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.