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



wp_anonymize_comment › WordPress Filter Hooks

Da4.9.6
Deprecaton/a
apply_filters( 'wp_anonymize_comment', true, $comment, $anonymized_comment )
Parametri: (3)
  • (bool|string) $anon_message Whether to apply the comment anonymization (bool) or a custom message (string). Default true.
    Richiesto:
  • (WP_Comment) $comment WP_Comment object.
    Richiesto:
  • (array) $anonymized_comment Anonymized comment data.
    Richiesto:
Definito a:
Codex:

Filters whether to anonymize the comment.





Sorgenti

$anon_message = apply_filters( 'wp_anonymize_comment', true, $comment, $anonymized_comment );