wp-productzilla/wp-content/themes/blocksy/inc/integrations/yith.php
rizal.productzilla e38e8b231d templating
2024-04-01 16:08:46 +07:00

6 lines
102 B
PHP

<?php
add_filter('yith_wcan_content_selector', function ($selector) {
return '#main-container';
});