| Current Path : /home/xiedrke/grossiste/wp-content/themes/blocksy/inc/integrations/ |
| Current File : /home/xiedrke/grossiste/wp-content/themes/blocksy/inc/integrations/stackable.php |
<?php
add_filter('stackable_responsive_breakpoints', function ($breakpoints) {
return [
'tablet' => '1000',
'mobile' => '690'
];
});