WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about post_submitbox_minor_actions

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/meta-boxes.php do_action 97 /**
* Fires after the Save Draft (or Save as Pending) and Preview (or Preview Changes) buttons
* in the Publish meta box.
*
* @since 4.4.0
*
* @param WP_Post $post WP_Post object for the current post.
*/

Hook Parameters

Parameter Type Name Description
WP_Post $post WP_Post object for the current post.