Description
Fires immediately after a comment is unmarked as Spam.
Occurrences
Filename | Line Number |
---|---|
wp-includes/comment.php | 1712 |
Parameters
Type | Name | Description |
---|---|---|
string | $comment_id | The comment ID as a numeric string. |
WP_Comment | $comment | The comment unmarked as spam. |
PHP Doc
/**
* Fires immediately after a comment is unmarked as Spam.
*
* @since 2.9.0
* @since 4.9.0 Added the `$comment` parameter.
*
* @param string $comment_id The comment ID as a numeric string.
* @param WP_Comment $comment The comment unmarked as spam.
*/