apply_filters( 'woocommerce_rest_preprocess_product_review', array $prepared_review , WP_REST_Request $request )
Filters a review after it is prepared for the database.
Description Description
Allows modification of the review right after it is prepared for the database.
Parameters Parameters
- $prepared_review
-
The prepared review data for
wp_insert_comment
. - $request
-
The current request.
Source Source
File: includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller.php
Changelog Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |