PluginProbe
Lawwwing | Textos legales web y Banner de cookies / trunk
Lawwwing | Textos legales web y Banner de cookies vtrunk
1.5.3 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.2 1.0.20 1.0.21 1.0.22 1.0.23 1.0.24 1.0.26 1.0.27 1.0.28 1.0.29 1.0.3 All 59 releases
ibamu / integrations / wp_siteground.php

wp_siteground.php in Lawwwing | Textos legales web y Banner de cookies trunk, at integrations/wp_siteground.php

12 lines 379 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * SiteGround Optimizer exclude script from combination
4 * See: https://wordpress.org/plugins/sg-cachepress/
5 */
6 add_filter( 'sgo_javascript_combine_excluded_external_paths', 'lawwwing_js_combine_exclude_external_script' );
7 function lawwwing_js_combine_exclude_external_script( $exclude_list ) {
8 $exclude_list[] = 'cdn.lawwwing.com';
9 return $exclude_list;
10 }
11 ?>
12