do_action( 'post_submitbox_misc_actions', WP_Post $post )
Fires after the post time/date setting in the Publish meta box.
Parameters
Source
File: wp-admin/includes/meta-boxes.php
.
View all references
do_action( 'post_submitbox_misc_actions', $post );
Changelog
Version | Description |
---|---|
4.4.0 | Added the $post parameter. |
2.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.
Below is a basic example that will add a select box right before the submit button.