comment_id_not_found

动作钩子


do_action( 'comment_id_not_found', $comment_post_id )
参数
  • (int)
    $comment_post_id
    Post ID.
    Required:
定义位置
  • wp-includes/comment.php
    , line 3489
引入
1.5.0
弃用

当试图对一个不存在的文章进行评论时触发。

do_action( 'comment_id_not_found', $comment_post_id );