Replies: 0
Hello,
I’m hooking into this filter in my functions.php file like so:
add_filter('ACFFA_always_enqueue_fa', '__return_true');
However, it still returns false in the plugin, seemingly because that filter is processed before functions.php has been loaded by WordPress.
I think this is a bug. Can you please confirm or set me straight?