post_submitbox_start, $post

post_submitbox_start, $post

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

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

  • /wp-admin/includes/meta-boxes.php line 359

    *
    * @param WP_Post|null $post WP_Post object for the current post on Edit Post screen,
    * null on Edit Link screen.
    */
    do_action( ‘post_submitbox_start’, $post );
    ?>