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

6 lines
95 B
PHP

<?php
add_filter('generateblocks_dynamic_css_priority', function ($current) {
return 60;
});