ACF-Conditional-Taxonomy-Rules
ACF-Conditional-Taxonomy-Rules copied to clipboard
Prevent load Acf files on frontend
Now the plug load acf files ( /wp-content/plugins/advanced-custom-fields-pro/assets/build/js/acf-input.min.js, acf.min.js) on frontend when you are logged out. How to prevent this?, i think the load files only be necesary if you are logged in.
Hi @mattkeys , I also ran into this issue. Has to do with the wp_enqueue_scripts hook that also registers the scripts on the frontend.