post_submitbox_misc_actions, $post

post_submitbox_misc_actions, $post

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('post_submitbox_misc_actions, $post') is found 1 times:

  • /wp-admin/includes/meta-boxes.php line 342
    		 * @since 4.4.0 Added the `$post` parameter.
    		 *
    		 * @param WP_Post $post WP_Post object for the current post.
    		 */
    		do_action( 'post_submitbox_misc_actions', $post );
    		?>
    	</div>
    	<div class="clear"></div>
    </div>
    
    <div id="major-publishing-actions">