wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



unspammed_comment › WordPress Action Hooks

Da4.9.0
Deprecaton/a
do_action( 'unspammed_comment', $comment->comment_ID, $comment )
Parametri: (2)
  • (string) $comment_id The comment ID as a numeric string.
    Richiesto:
  • (WP_Comment) $comment The comment unmarked as spam.
    Richiesto:
Definito a:
Codex:

Fires immediately after a comment is unmarked as Spam.





Sorgenti

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