apply_filters( 'bigcommerce/products/reviews/per_page', int $per_page, int $post_id )

Summary

Filter the number of product reviews to show per page.


Parameters

$per_page

(int) The number of reviews to show per page

$post_id

(int) The ID of the product post


Source

File: src/BigCommerce/Shortcodes/Product_Reviews.php



User Contributed Notes

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