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.


Top ↑

Source Source

File: includes/rest-api/Controllers/Version3/class-wc-rest-product-reviews-controller.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.