Home › Forums › WoodMart support forum › collection page do not show reviews › Reply To: collection page do not show reviews
June 7, 2022 at 5:56 pm
#381736
yangzhankun
Participant
This is the text I added to the functions php file. where should i add
if ( function_exists( ‘wc_yotpo_show_widget’ ) ) { add_action( ‘woocommerce_after_single_product’, ‘wc_yotpo_show_widget’, 15 ); }