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

5 lines
94 B
PHP

<?php
add_filter('fluentform/load_theme_style', function ($preference) {
return true;
});