WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about post_submitbox_misc_actions

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/meta-boxes.php do_action 313 /**
* Fires after the post time/date setting in the Publish meta box.
*
* @since 2.9.0
* @since 4.4.0 Added the `$post` parameter.
*
* @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.