do_action( ‘submitpost_box’, WP_Post $post )

In this article

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

$postWP_Post
Post object.

Source

do_action( 'submitpost_box', $post );

Changelog

VersionDescription
2.5.0Introduced.

User Contributed Notes

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