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

8 lines
139 B
PHP

<?php
add_filter('stackable_responsive_breakpoints', function ($breakpoints) {
return [
'tablet' => '1000',
'mobile' => '690'
];
});