wpseek.com
WordPress开发者和主题制作者的搜索引擎



spam_comment › WordPress动作钩子

Since4.9.0
已弃用n/a
do_action( 'spam_comment', $comment->comment_ID, $comment )
参数: (2)
  • (int) $comment_id The comment ID.
    Required: Yes
  • (WP_Comment) $comment The comment to be marked as spam.
    Required: Yes
定义在:
文档:

Fires immediately before a comment is marked as Spam.





源码

do_action( 'spam_comment', $comment->comment_ID, $comment );