kollapsminoriteten/wp-content/themes/blocksy/inc/integrations/qubely.php

16 lines
237 B
PHP
Raw Normal View History

2025-08-27 08:44:30 +02:00
<?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');
});