apply_filters( 'bigcommerce/product/reviews/show_reviews', bool $show, int $post_id )

Summary

Filter whether to show product reviews for a product.


Parameters

$show

(bool) Whether to show reviews. Defaults to true (i.e., reviews are displayed)

$post_id

(int) The ID of the product post


Source

File: src/BigCommerce/Templates/Product_Single.php


User Contributed Notes

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