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

11 lines
227 B
PHP

<?php
add_filter( 'greenshift_hide_landscape_breakpoint', '__return_true' );
add_filter('greenshift_responsive_breakpoints', function($array){
return array(
'mobile' => 690,
'tablet' => 690,
'desktop' => 1000
);
});