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
<?php | |
/** | |
* Plugin Name: Polylang + Bricks Cross Domain usage | |
* Description: Enables automatic login across multiple domains and paths using Polylang with folder installation support | |
* Version: 1.1 | |
* Author: Aleš Sýkora - forked from Vláďa Smitka - Lynt | |
*/ | |
// Get site URLs from Polylang |
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. |