apply_filters( 'bigcommerce/reviews/cache/per_page', int $count, int $product_id )

Summary

Filter the number of product reviews to cache


Parameters

$count

(int) The max number of reviews that will be cached

$product_id

(int) The BigCommerce ID of the product;


Source

File: src/BigCommerce/Reviews/Review_Cache.php



User Contributed Notes

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