comment_form_comments_closed

动作钩子


do_action( 'comment_form_comments_closed' )
定义位置
  • wp-includes/comment-template.php
    , line 2337
引入
3.0.0
弃用

如果评论被关闭,则在评论表单之后触发。

为了向后兼容,如果用无效的帖子对象或ID调用comment_form(),这个动作也会触发。

do_action( 'comment_form_comments_closed' );