Forked from iamrealfarhanbd/Fluent Form Js Conflict with WP Rocket
Last active
May 11, 2022 10:14
-
-
Save AlkoKod/da879d3cef80d3f97c2ef797405cafef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Exclude Files From Defer Js | |
You can follow the documentation from WP Rocket here - https://docs.wp-rocket.me/article/976-exclude-files-from-defer-js | |
##The FluentForms JS files are located in these two paths: | |
wp-content/plugins/fluentform/public/js | |
wp-content/plugins/fluentformpro/public/js | |
You can exclude them one by one or full JS folder. | |
Just add this to WP Rocket exclude: | |
/wp-content/plugins/fluentform/public/js/(.*).js | |
/wp-content/plugins/fluentformpro/public/js/(.*).js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment