Diff: STRATO-apps/wordpress_03/app/wp-content/themes/blocksy/inc/integrations/yith.php
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
<?php
2
+
3
+
add_filter('yith_wcan_content_selector', function ($selector) {
4
+
return '#main-container';
5
+
});
6
+