post_submitbox_misc_actions WordPress Action Hook
The post_submitbox_misc_actions hook is a great way to add extra functionality to your Wordpress site. This hook allows you to add custom buttons or links to the "Post" page in the Wordpress admin area. You can use this hook to add custom buttons for your plugins or to add extra links to your theme's options page.
do_action( 'post_submitbox_misc_actions', WP_Post $post ) #
Fires after the post time/date setting in the Publish meta box.
Parameters
Source
Changelog
Version | Description |
---|---|
4.4.0 | Added the $post parameter. |
2.9.0 | Introduced. |