Current path: home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/inc/integrations/
?? Go up: /home/webdevt/www/cryptoimpot.fr/wp-content/themes/blocksy/inc
<?php
add_filter( 'greenshift_hide_landscape_breakpoint', '__return_true' );
add_filter('greenshift_responsive_breakpoints', function($array){
return array(
'mobile' => 690,
'tablet' => 690,
'desktop' => 1000
);
});