do_action( 'post_submitbox_misc_actions', WP_Post $post )
Fires after the post time/date setting in the Publish meta box.
Parameters Parameters
Source Source
Changelog Changelog
Version | Description |
---|---|
4.4.0 | Added the $post parameter. |
2.9.0 | Introduced. |
User Contributed Notes 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.
Expand full source codeCollapse full source code