do_action( ‘post_submitbox_start’, WP_Post|null $post )

In this article

Fires at the beginning of the publishing actions section of the Publish meta box.

Parameters

$postWP_Post|null
WP_Post object for the current post on Edit Post screen, null on Edit Link screen.

Source

do_action( 'post_submitbox_start', $post );

Changelog

VersionDescription
4.9.0Added the $post parameter.
2.7.0Introduced.

User Contributed Notes

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