Action hook 'post_submitbox_misc_actions'

in WP Core File wp-admin/includes/meta-boxes.php at line 342

Description

Fires after the post time/date setting in the Publish meta box.

Occurrences

Filename Line Number
wp-admin/includes/meta-boxes.php 342

Parameters

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

PHP Doc

/**
		 * 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.
		 */