do_action( 'post_submitbox_misc_actions', WP_Post $post )
Fires after the post time/date setting in the Publish meta box.
Parameters
- $post
-
WP_Post object for the current post.
Source
Changelog
Version | Description |
---|---|
WP-4.4.0 | Added the $post parameter. |
WP-2.9.0 | Introduced. |