apply_filters( 'rest_pre_insert_product_review', array $prepared_review, WP_REST_Request $request )

Filter a product review (comment) before it is inserted via the REST API.


Description Description

Allows modification of the comment right before it is inserted via wp_insert_comment.


Parameters Parameters

$prepared_review

The prepared comment data for wp_insert_comment.

$request

Request used to insert the comment.


Top ↑

Source Source

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



Top ↑

User Contributed Notes User Contributed Notes

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