kollapsminoriteten/wp-content/themes/blocksy/inc/integrations/fluent-forms.php

5 lines
94 B
PHP

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