HOME


Mini Shell 1.0
DIR: /home/otwalrll/feedafricafarm.com/wp-content/themes/blocksy/inc/integrations/
Upload File :
Current File : /home/otwalrll/feedafricafarm.com/wp-content/themes/blocksy/inc/integrations/stackable.php
<?php

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