post_lock_lost_dialog

动作钩子


do_action( 'post_lock_lost_dialog', $post )
参数
  • (WP_Post)
    $post
    Post object.
    Required:
定义位置
  • wp-admin/includes/post.php
    , line 1855
引入
3.6.0
弃用

Fires inside the dialog displayed when a user has lost the post lock.

do_action( 'post_lock_lost_dialog', $post );