do_action( 'post_submitbox_minor_actions', WP_Post $post )

Fires before the post time/date setting in the Publish meta box.


Parameters

$post

(WP_Post) WP_Post object for the current post.


Source

File: wp-admin/includes/meta-boxes.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.4.0 Introduced.