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

5 lines
94 B
PHP
Raw Permalink Normal View History

2025-08-27 08:44:30 +02:00
<?php
add_filter('fluentform/load_theme_style', function ($preference) {
return true;
});