wpseek.com
A WordPress-centric search engine for devs and theme authors



unspammed_comment › WordPress Action Hooks

Since4.9.0
Deprecatedn/a
do_action( 'unspammed_comment', $comment->comment_ID, $comment )
Parameters: (2)
  • (string) $comment_id The comment ID as a numeric string.
    Required: Yes
  • (WP_Comment) $comment The comment unmarked as spam.
    Required: Yes
Defined at:
Codex:

Fires immediately after a comment is unmarked as Spam.





Source

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