Advanced_Product_Review::anonymize_author_name( string $author, int $comment_id, WP_Comment $comment )
Process the comment author for product reviews.
Description
Anonymize the name.
Parameters
- $author
-
(Required) The author name.
- $comment_id
-
(Required) The comment ID.
- $comment
-
(Required) The WordPress comment object.
Source
File: includes/modules/woocommerce_booster/advanced_product_review/advanced_product_review.php
Expand full source code Collapse full source code View on Github
Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |