Comment Required
-
Hello,
Your plugin has Comment Required option, but it could make confusing since Woocommerce’s review comment is mandatory required.
So, could I disable ‘required” woocommerce review comment in the product page?I have a code for remove and could not find required disabling.
add_filter( ‘woocommerce_product_tabs’, ‘sb_woo_remove_reviews_tab’, 98);
function sb_woo_remove_reviews_tab($tabs) { unset($tabs[‘reviews’]);
return $tabs;}Regards,
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Comment Required’ is closed to new replies.