post_lock_lost_dialog, $post

post_lock_lost_dialog, $post

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

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

  • /wp-admin/includes/post.php line 1935

    * @since 3.6.0
    *
    * @param WP_Post $post Post object.
    */
    do_action( ‘post_lock_lost_dialog’, $post );
    ?>