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



spammed_comment › WordPress动作钩子

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

Fires immediately after a comment is marked as Spam.





源码

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