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

16 lines
237 B
PHP

<?php
add_filter('qubely_container_width', function () {
return array(
'sm' => 480,
'md' => 690,
'lg' => 1000,
'xl' => 1200
);
});
add_action('after_switch_theme', function () {
do_action('qubely_active_theme_preset');
});