Unable to use ACFFA_always_enqueue_fa filter
-
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?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Unable to use ACFFA_always_enqueue_fa filter’ is closed to new replies.