wordpress / latest / hooks / post_submitbox_minor_actions.html

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

$post WP_Post
WP_Post object for the current post.

Source

File: wp-admin/includes/meta-boxes.php. View all references

do_action( 'post_submitbox_minor_actions', $post );

Used By

Used By Description

Changelog

Version Description
4.4.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/post_submitbox_minor_actions