Summery Summery
Filters whether to anonymize the comment.
Syntax Syntax
Parameters Parameters
- $anon_message
-
(bool|string) Whether to apply the comment anonymization (bool) or a custom message (string). Default true.
- $comment
-
(WP_Comment) WP_Comment object.
- $anonymized_comment
-
(array) Anonymized comment data.
Source Source
File: wp-includes/comment.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.9.6 | Introduced. |