post_submitbox_minor_actions WordPress Action Hook
The post_submitbox_minor_actions hook allows you to add additional actions to the WordPress post submit box. This can be useful if you want to add custom functionality to your WordPress site. For example, you could use this hook to add a button to the submit box that allows users to share the post on social media.
do_action( 'post_submitbox_minor_actions', WP_Post $post ) #
Fires after the Save Draft (or Save as Pending) and Preview (or Preview Changes) buttons in the Publish meta box.
Parameters
Source
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |