Home › Forums › WoodMart support forum › Some widgets are not shown in Search page › Reply To: Some widgets are not shown in Search page
December 26, 2018 at 7:29 am
#98440
jagadeesh
Participant
the issue is solved when using some code in function.php
add_filter( ‘yith_wcan_is_search’, ‘__return_false’ );
see more