wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



unspammed_comment › WordPress Action Hooks

Seit4.9.0
Veraltetn/v
do_action( 'unspammed_comment', $comment->comment_ID, $comment )
Parameter: (2)
  • (string) $comment_id The comment ID as a numeric string.
    Erforderlich: Ja
  • (WP_Comment) $comment The comment unmarked as spam.
    Erforderlich: Ja
Definiert in:
Codex:

Fires immediately after a comment is unmarked as Spam.





Quellcode

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