6 lines
95 B
PHP
6 lines
95 B
PHP
<?php
|
|
|
|
add_filter('generateblocks_dynamic_css_priority', function ($current) {
|
|
return 60;
|
|
});
|