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

Summary

Filter whether to show the product review form for a product.


Parameters

$show

(bool) Whether to show the form. Defaults to true if the user is logged in, otherwise false.

$post_id

(int) The ID of the product post


Source

File: src/BigCommerce/Templates/Product_Reviews.php


User Contributed Notes

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