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



wp_anonymize_comment › WordPress Filter Hooks

Seit4.9.6
Veraltetn/v
apply_filters( 'wp_anonymize_comment', true, $comment, $anonymized_comment )
Parameter: (3)
  • (bool|string) $anon_message Whether to apply the comment anonymization (bool) or a custom message (string). Default true.
    Erforderlich: Ja
  • (WP_Comment) $comment WP_Comment object.
    Erforderlich: Ja
  • (array) $anonymized_comment Anonymized comment data.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to anonymize the comment.





Quellcode

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