WebPageCache
7 months ago
external
2 months ago
ExcludeJsFromDelay.php
2 years ago
OptimizerBanner.php
11 months ago
OptimizerBase.php
2 years ago
OptimizerCSSMin.php
2 years ago
OptimizerCache.php
1 year ago
OptimizerCacheStructure.php
2 years ago
OptimizerCriticalCss.php
1 year ago
OptimizerElementor.php
2 years ago
OptimizerFonts.php
2 years ago
OptimizerImages.php
1 year ago
OptimizerLogger.php
1 year ago
OptimizerMain.php
2 months ago
OptimizerOnInit.php
11 months ago
OptimizerScripts.php
2 years ago
OptimizerSettings.php
2 months ago
OptimizerStyles.php
2 years ago
OptimizerUrl.php
1 year ago
OptimizerUtils.php
2 months ago
OptimizerWhiteLabel.php
2 years ago
ExcludeJsFromDelay.php
3721 lines
| 1 | <?php |
| 2 | |
| 3 | namespace TenWebOptimizer; |
| 4 | |
| 5 | /** |
| 6 | * Class ExcludeJsFromDelay |
| 7 | */ |
| 8 | class ExcludeJsFromDelay |
| 9 | { |
| 10 | public const EXCLUDE_LIST = [ |
| 11 | 'scripts' => [ |
| 12 | 'two_645cf3b5af449_3cc56afd5dcfa3a620c6f75c2d1befb8' => [ |
| 13 | 'type' => 'script', |
| 14 | 'title' => 'Owl slider (js)', |
| 15 | 'regex_to_find' => '/owl-carousel/m', |
| 16 | 'scripts' => [ |
| 17 | 'jquery.min.js', |
| 18 | 'jquery.js', |
| 19 | 'owl.carousel.min.js', |
| 20 | 'owl.carousel.js', |
| 21 | 'owl.carousel2.thumbs.min.js', |
| 22 | 'owl-carousel.min.js', |
| 23 | ], |
| 24 | ], |
| 25 | 'two_645cf3b5af45e_0826a5ad820ef3bf2bd5528da35a7b78' => [ |
| 26 | 'type' => 'script', |
| 27 | 'title' => 'Slick slider (js)', |
| 28 | 'regex_to_find' => '/slick-slide|data-slick=|slick-/m', |
| 29 | 'scripts' => [ |
| 30 | 'jquery.min.js', |
| 31 | 'jquery.js', |
| 32 | 'slick.min.js', |
| 33 | 'slick.js', |
| 34 | ], |
| 35 | ], |
| 36 | 'two_645cf3b5af461_5e39a03248f0c1c99a1594e2a5fcdf13' => [ |
| 37 | 'type' => 'script', |
| 38 | 'title' => 'Google Ads (js)', |
| 39 | 'regex_to_find' => '/adsbygoogle = window.adsbygoogle/m', |
| 40 | 'scripts' => [ |
| 41 | 'pagead/js/adsbygoogle.js', |
| 42 | 'adsbygoogle = window.adsbygoogle', |
| 43 | ], |
| 44 | ], |
| 45 | 'two_645cf3b5af462_46400b6683b8def660807bce443e2cb1' => [ |
| 46 | 'title' => 'Amazon Ads (js)', |
| 47 | 'type' => 'script', |
| 48 | 'scripts' => [ |
| 49 | 'amazon-adsystem.com', |
| 50 | ], |
| 51 | ], |
| 52 | 'two_645cf3b5af464_6153132c18c325a08d2f281cdd8bf77e' => [ |
| 53 | 'title' => 'Google AdSense (js)', |
| 54 | 'type' => 'script', |
| 55 | 'scripts' => [ |
| 56 | 'adsbygoogle', |
| 57 | ], |
| 58 | ], |
| 59 | 'two_645cf3b5af465_3a5e5a451da23c3d4ede9b043a71fa76' => [ |
| 60 | 'title' => 'Google Analytics (js)', |
| 61 | 'type' => 'script', |
| 62 | 'scripts' => [ |
| 63 | 'google-analytics.com/analytics.js', |
| 64 | 'ga\\( \'', |
| 65 | 'ga\\(\'', |
| 66 | ], |
| 67 | ], |
| 68 | 'two_645cf3b5af466_d540ca317b9da75161d4c7433a3c31e3' => [ |
| 69 | 'title' => 'Google Maps (js)', |
| 70 | 'type' => 'script', |
| 71 | 'scripts' => [ |
| 72 | 'maps.googleapis.com', |
| 73 | 'maps.google.com', |
| 74 | ], |
| 75 | ], |
| 76 | 'two_645cf3b5af467_24d4bb848eb3dbfe92e7940811db9a75' => [ |
| 77 | 'title' => 'Google Optimize (js)', |
| 78 | 'type' => 'script', |
| 79 | 'scripts' => [ |
| 80 | 'a,s,y,n,c,h,i,d,e', |
| 81 | 'googleoptimize.com/optimize.js', |
| 82 | 'async-hide', |
| 83 | ], |
| 84 | ], |
| 85 | 'two_645cf3b5af469_75b31653dd45ec546cab6c420fa32a42' => [ |
| 86 | 'title' => 'Google Recaptcha (js)', |
| 87 | 'type' => 'script', |
| 88 | 'scripts' => [ |
| 89 | 'recaptcha', |
| 90 | ], |
| 91 | ], |
| 92 | 'two_645cf3b5af46a_b58dcb5c58c127842de54f92bee8d2c8' => [ |
| 93 | 'title' => 'Google Tag Manager (js)', |
| 94 | 'type' => 'script', |
| 95 | 'scripts' => [ |
| 96 | '/gtag/js', |
| 97 | 'gtag\\(', |
| 98 | '/gtm.js', |
| 99 | 'async-hide', |
| 100 | ], |
| 101 | ], |
| 102 | 'two_645cf3b5af46b_e45fc963d8e2a01ed7030d1f7e4dfa0d' => [ |
| 103 | 'title' => 'HubSpot', |
| 104 | 'type' => 'script', |
| 105 | 'scripts' => [ |
| 106 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 107 | '/jquery-migrate(.min)?.js', |
| 108 | 'js.hsforms.net', |
| 109 | 'hbspt.forms.create', |
| 110 | ], |
| 111 | ], |
| 112 | 'two_645cf3b5af46c_8a98c86b49d93794705dd64bcdbbe3ab' => [ |
| 113 | 'title' => 'Stripe (js)', |
| 114 | 'type' => 'script', |
| 115 | 'condition' => '', |
| 116 | 'scripts' => [ |
| 117 | 'js.stripe.com', |
| 118 | ], |
| 119 | ], |
| 120 | 'two_645cf3b5af46d_80d3a3ae46ff5b42fe6bbf0e99d13ba3' => [ |
| 121 | 'title' => 'Typekit (js)', |
| 122 | 'type' => 'script', |
| 123 | 'scripts' => [ |
| 124 | 'typekit', |
| 125 | ], |
| 126 | ], |
| 127 | 'two_645cf3b5af46f_a1771e66dafb1debf8e0f55ad5cee0e8' => [ |
| 128 | 'title' => 'Venatus Media (js)', |
| 129 | 'type' => 'script', |
| 130 | 'scripts' => [ |
| 131 | '/ad-manager.min.js', |
| 132 | '__vm_add', |
| 133 | ], |
| 134 | ], |
| 135 | 'two_645cf3b5af470_383352e2d5640bab50cb439ceb9c48b0' => [ |
| 136 | 'title' => 'Wistia (js)', |
| 137 | 'type' => 'script', |
| 138 | 'scripts' => [ |
| 139 | 'fast.wistia.com', |
| 140 | ], |
| 141 | ], |
| 142 | 'two_645cf3b5af471_da7f71c95688282f06f8fba42e14f877' => [ |
| 143 | 'title' => 'Yandex Ads (js)', |
| 144 | 'type' => 'script', |
| 145 | 'condition' => '', |
| 146 | 'scripts' => [ |
| 147 | 'yandex.ru', |
| 148 | 'window.yaContextCb', |
| 149 | ], |
| 150 | ], |
| 151 | ], |
| 152 | 'plugins' => [ |
| 153 | 'two_645cf48d457d4_47d522d3cb4abfa9a623d0c21864356e' => [ |
| 154 | 'type' => 'plugin', |
| 155 | 'title' => 'Elementor', |
| 156 | 'name' => 'elementor', |
| 157 | 'condition' => 'elementor/elementor.php', |
| 158 | 'scripts' => [ |
| 159 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 160 | '/jquery-migrate(.min)?.js', |
| 161 | '/elementor/', |
| 162 | '/elementor-pro/', |
| 163 | '/wp-includes/js/imagesloaded.min.js', |
| 164 | 'ElementorProFrontendConfig', |
| 165 | 'elementorFrontendConfig', |
| 166 | '/happy-elementor-addons-pro/', |
| 167 | '/header-footer-elementor/inc/js/frontend.js', |
| 168 | 'elementor-webpack-runtime-js', |
| 169 | 'elementor-frontend-modules-js', |
| 170 | 'elementor-frontend-js', |
| 171 | 'elementor-frontend-js-before', |
| 172 | 'swiper.min.js', |
| 173 | 'pro-elements-handlers', |
| 174 | 'pro-preloaded-elements-handlers', |
| 175 | 'elementor-pro-frontend', |
| 176 | 'ElementorProFrontendConfig', |
| 177 | 'elementor-pro-webpack-runtime', |
| 178 | 'elementor-frontend-modules', |
| 179 | 'const lazyloadRunObserver', |
| 180 | 'twbb-frontend-scripts', |
| 181 | 'twbb-pro-features', |
| 182 | ], |
| 183 | 'regex_to_find' => '/class="elementor-widget-container"/m', |
| 184 | ], |
| 185 | 'two_645cf48d457db_9334f340c1ba58bf54ed37d3898dd99f' => [ |
| 186 | 'type' => 'plugin', |
| 187 | 'title' => 'Elementor Pro', |
| 188 | 'name' => 'elementor-pro', |
| 189 | 'condition' => 'elementor-pro/elementor-pro.php', |
| 190 | 'scripts' => [ |
| 191 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 192 | '/jquery-migrate(.min)?.js', |
| 193 | '/elementor/', |
| 194 | '/elementor-pro/', |
| 195 | '/wp-includes/js/imagesloaded.min.js', |
| 196 | 'ElementorProFrontendConfig', |
| 197 | 'elementorFrontendConfig', |
| 198 | '/happy-elementor-addons-pro/', |
| 199 | '/header-footer-elementor/inc/js/frontend.js', |
| 200 | 'elementor-webpack-runtime-js', |
| 201 | 'elementor-frontend-modules-js', |
| 202 | 'elementor-frontend-js', |
| 203 | 'elementor-frontend-js-before', |
| 204 | 'swiper.min.js', |
| 205 | 'pro-elements-handlers', |
| 206 | 'pro-preloaded-elements-handlers', |
| 207 | 'elementor-pro-frontend', |
| 208 | 'ElementorProFrontendConfig', |
| 209 | 'elementor-pro-webpack-runtime', |
| 210 | 'elementor-frontend-modules', |
| 211 | 'const lazyloadRunObserver', |
| 212 | 'twbb-frontend-scripts', |
| 213 | 'twbb-pro-features', |
| 214 | ], |
| 215 | 'regex_to_find' => '/class="elementor-widget-container"/m', |
| 216 | ], |
| 217 | 'two_645cf48d457dd_8e3dd77550d6ece1134867f5dc6c1fdb' => [ |
| 218 | 'type' => 'plugin', |
| 219 | 'title' => 'Slider by 10Web', |
| 220 | 'name' => 'slider-wd', |
| 221 | 'condition' => 'slider-wd/slider-wd.php', |
| 222 | 'scripts' => [ |
| 223 | '/jquery.min.js', |
| 224 | '/jquery.js', |
| 225 | '/slider-wd/js', |
| 226 | 'wds_frontend-js-extra', |
| 227 | 'wds_frontend-js-before', |
| 228 | 'wds_params', |
| 229 | 'wds_object', |
| 230 | ], |
| 231 | 'regex_to_find' => '/id="wds_container/m', |
| 232 | ], |
| 233 | 'two_645cf48d457de_35963ef4440c295121f3955c1d4c6e3f' => [ |
| 234 | 'type' => 'plugin', |
| 235 | 'title' => 'Photo Gallery', |
| 236 | 'name' => 'photo-gallery', |
| 237 | 'condition' => 'photo-gallery/photo-gallery.php', |
| 238 | 'scripts' => [ |
| 239 | '/jquery.min.js', |
| 240 | '/jquery.js', |
| 241 | '/photo-gallery/js', |
| 242 | '/photo-gallery-google-photos/js', |
| 243 | 'bwg_frontend', |
| 244 | 'bwg_objectsL10n', |
| 245 | ], |
| 246 | 'regex_to_find' => '/id="bwg_container/m', |
| 247 | ], |
| 248 | 'two_645cf48d457df_162cacf0d591b432412c89437dea28e0' => [ |
| 249 | 'type' => 'plugin', |
| 250 | 'title' => 'AMP', |
| 251 | 'name' => 'amp', |
| 252 | 'condition' => 'amp/amp.php', |
| 253 | 'scripts' => [ |
| 254 | 'cdn.ampproject.org', |
| 255 | ], |
| 256 | 'regex_to_find' => '/rel="amphtml"/m', |
| 257 | ], |
| 258 | 'two_645cf48d457e0_92d14020733d85d20a6f51a46a38872d' => [ |
| 259 | 'type' => 'plugin', |
| 260 | 'title' => 'Revolution Slider', |
| 261 | 'name' => 'revslider', |
| 262 | 'condition' => 'revslider/revslider.php', |
| 263 | 'two_slug' => 'exclude_rev', |
| 264 | 'scripts' => [ |
| 265 | 'jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 266 | 'jquery-migrate(.min)?.js', |
| 267 | '/revslider/public/assets/js/', |
| 268 | '/revslider-(.*)-addon/', |
| 269 | 'setREVStartSize', |
| 270 | 'rev_slider_', |
| 271 | 'revslider_', |
| 272 | 'window.RS_MODULES', |
| 273 | ], |
| 274 | 'regex_to_find' => '/<\\/rs-module-wrap>|<\\/rs-slides>|<\\/rs-slide>|<\\/rs-layer>|<!-- END REVOLUTION SLIDER -->|id="rev_slider/m', |
| 275 | ], |
| 276 | 'two_645cf48d457e1_40b1233f701cd0757ca4e61fe7e9a66c' => [ |
| 277 | 'type' => 'plugin', |
| 278 | 'title' => 'Additional Variation Images Gallery for WooCommerce', |
| 279 | 'name' => 'woo-variation-gallery', |
| 280 | 'condition' => 'woo-variation-gallery/woo-variation-gallery.php', |
| 281 | 'scripts' => [ |
| 282 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 283 | '/jquery-migrate(.min)?.js', |
| 284 | '/woo-variation-gallery/assets/js/slick.min.js', |
| 285 | '/woo-variation-gallery/assets/js/frontend.min.js', |
| 286 | '/wp-includes/js/underscore.min.js', |
| 287 | 'variation_custom_fields', |
| 288 | ], |
| 289 | ], |
| 290 | 'two_645cf48d457e2_5f82e5d60baf61884d0a416cc9cadceb' => [ |
| 291 | 'type' => 'plugin', |
| 292 | 'title' => 'Slider by Soliloquy', |
| 293 | 'name' => 'soliloquy-lite', |
| 294 | 'condition' => 'soliloquy-lite/soliloquy-lite.php', |
| 295 | 'scripts' => [ |
| 296 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 297 | '/jquery-migrate(.min)?.js', |
| 298 | 'soliloquy-min.js', |
| 299 | 'soliloquy_slider', |
| 300 | ], |
| 301 | ], |
| 302 | 'two_645cf48d457e3_d52dd6a55642dbe0b076ebbd9c416668' => [ |
| 303 | 'title' => 'Advanced Ads', |
| 304 | 'type' => 'plugin', |
| 305 | 'condition' => 'advanced-ads/advanced-ads.php', |
| 306 | 'name' => 'advanced-ads', |
| 307 | 'scripts' => [ |
| 308 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 309 | '/jquery-migrate(.min)?.js', |
| 310 | '/uploads/(.*).js', |
| 311 | 'advanced_ads_ready', |
| 312 | 'advadsCfpQueue', |
| 313 | 'adsbygoogle', |
| 314 | 'adservice.google', |
| 315 | '/advanced-ads(.*)', |
| 316 | 'advads_items', |
| 317 | 'advads_tracking_ads', |
| 318 | ], |
| 319 | ], |
| 320 | 'two_645cf48d457e4_e46862c0a528ed048924509b07c94cd0' => [ |
| 321 | 'title' => 'All-in-one Compliance for GDPR / CCPA Cookie Consent', |
| 322 | 'type' => 'plugin', |
| 323 | 'condition' => 'iubenda-cookie-law-solution/iubenda_cookie_solution.php', |
| 324 | 'name' => 'iubenda-cookie-law-solution', |
| 325 | 'scripts' => [ |
| 326 | 'iubenda_cs.js', |
| 327 | 'var _iub', |
| 328 | ], |
| 329 | ], |
| 330 | 'two_645cf48d457e5_eee27fc2fc75bb8e3426aa616b7dbd35' => [ |
| 331 | 'title' => 'AMO Team Showcase', |
| 332 | 'type' => 'plugin', |
| 333 | 'condition' => 'amo-team-showcase/amo-team-showcase.php', |
| 334 | 'name' => 'amo-team-showcase', |
| 335 | 'scripts' => [ |
| 336 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 337 | '/jquery-migrate(.min)?.js', |
| 338 | '/amo-team-showcase/public/js/wookmark.js', |
| 339 | '/amo-team-showcase/public/js/amo-team-showcase-public.js', |
| 340 | '/wp-includes/js/imagesloaded.min.js', |
| 341 | 'amoTeamVars', |
| 342 | ], |
| 343 | ], |
| 344 | 'two_645cf48d457e6_d84326a794170289683b54922f768e4a' => [ |
| 345 | 'title' => 'AnyWhere Elementor Pro', |
| 346 | 'type' => 'plugin', |
| 347 | 'condition' => 'anywhere-elementor-pro/anywhere-elementor-pro.php', |
| 348 | 'name' => 'anywhere-elementor-pro', |
| 349 | 'scripts' => [ |
| 350 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 351 | '/jquery-migrate(.min)?.js', |
| 352 | '/anywhere-elementor-pro/build/index.js', |
| 353 | ], |
| 354 | ], |
| 355 | 'two_645cf48d457e7_029f1ea3c935711773e66c7d63ae33d6' => [ |
| 356 | 'title' => 'Astra - Pro Addon', |
| 357 | 'type' => 'plugin', |
| 358 | 'condition' => 'astra-addon/astra-addon.php', |
| 359 | 'name' => 'astra-addon', |
| 360 | 'scripts' => [ |
| 361 | '/astra-addon/astra-addon-(.*).js', |
| 362 | ], |
| 363 | ], |
| 364 | 'two_645cf48d457e8_68e7b445c193c752ee63843a27f0a381' => [ |
| 365 | 'title' => 'Beaver Builder', |
| 366 | 'type' => 'plugin', |
| 367 | 'condition' => 'beaver-builder-lite-version/fl-builder.php', |
| 368 | 'name' => 'beaver-builder-lite-version', |
| 369 | 'scripts' => [ |
| 370 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 371 | '/jquery-migrate(.min)?.js', |
| 372 | '/uploads/bb-plugin/', |
| 373 | '/bb-plugin/js/yui3.min.js', |
| 374 | '/wp-includes/js/imagesloaded.min.js', |
| 375 | '/bb-plugin/js/fl-slideshow.min.js', |
| 376 | ], |
| 377 | ], |
| 378 | 'two_645cf48d457e9_93c48f50989fd8dd5fa09d062a2e8e26' => [ |
| 379 | 'title' => 'Booked', |
| 380 | 'type' => 'plugin', |
| 381 | 'condition' => 'booked/booked.php', |
| 382 | 'name' => 'booked', |
| 383 | 'scripts' => [ |
| 384 | '/booked/', |
| 385 | '/js/jquery/ui/datepicker.min.js', |
| 386 | ], |
| 387 | ], |
| 388 | 'two_645cf48d457ea_bd9091f84fe72178893254b8629f3455' => [ |
| 389 | 'title' => 'Bookly', |
| 390 | 'type' => 'plugin', |
| 391 | 'condition' => 'bookly-responsive-appointment-booking-tool/main.php', |
| 392 | 'name' => 'bookly-responsive-appointment-booking-tool', |
| 393 | 'scripts' => [ |
| 394 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 395 | '/jquery-migrate(.min)?.js', |
| 396 | '/bookly-responsive-appointment-booking-tool/frontend/', |
| 397 | 'window.bookly', |
| 398 | ], |
| 399 | ], |
| 400 | 'two_645cf48d457eb_aa257cf2490fb94f54e7bd3c86711c3f' => [ |
| 401 | 'title' => 'Borlabs Cookie', |
| 402 | 'type' => 'plugin', |
| 403 | 'condition' => 'borlabs-cookie/borlabs-cookie.php', |
| 404 | 'name' => 'borlabs-cookie', |
| 405 | 'scripts' => [ |
| 406 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 407 | '/jquery-migrate(.min)?.js', |
| 408 | 'borlabsCookieConfig', |
| 409 | 'borlabs-cookie.min.js', |
| 410 | 'borlabsCookieContentBlocker', |
| 411 | 'BorlabsCookieBox', |
| 412 | ], |
| 413 | ], |
| 414 | 'two_645cf48d457ec_75aebbc192a8b323a6fc9ee748c63009' => [ |
| 415 | 'title' => 'Brizy', |
| 416 | 'type' => 'plugin', |
| 417 | 'condition' => 'brizy/brizy.php', |
| 418 | 'name' => 'brizy', |
| 419 | 'scripts' => [ |
| 420 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 421 | '/wp-includes/js/jquery/jquery-migrate.min.js', |
| 422 | '/brizy/public/editor-build/(.*)-wp/editor/js/group-(.*).js', |
| 423 | '/brizy/public/editor-build/(.*)-wp/editor/js/preview.js', |
| 424 | 'Brizy.emit', |
| 425 | ], |
| 426 | ], |
| 427 | 'two_645cf48d457ed_7bb8758f440fa7cb8c86288f1898ea83' => [ |
| 428 | 'title' => 'Carousel Upsells and Related Product for WooCommerce', |
| 429 | 'type' => 'plugin', |
| 430 | 'condition' => 'carousel-upsells-and-related-product-for-woocommerce/ffxf-woo-glide-related-and-upsells.php', |
| 431 | 'name' => 'carousel-upsells-and-related-product-for-woocommerce', |
| 432 | 'scripts' => [ |
| 433 | '/carousel-upsells-and-related-product-for-woocommerce/assets/js/glide.min.js', |
| 434 | 'carusel_poduct_related', |
| 435 | ], |
| 436 | ], |
| 437 | 'two_645cf48d457ee_662be198e49fd454c874abdefba56f89' => [ |
| 438 | 'title' => 'clickskeks.at Cookiebanner', |
| 439 | 'type' => 'plugin', |
| 440 | 'condition' => 'clickskeks/index.php', |
| 441 | 'name' => 'clickskeks', |
| 442 | 'scripts' => [ |
| 443 | 'clickskeks', |
| 444 | ], |
| 445 | ], |
| 446 | 'two_645cf48d457ef_28a25fabe228d9f0e78f8aa451d28b88' => [ |
| 447 | 'title' => 'Complianz', |
| 448 | 'type' => 'plugin', |
| 449 | 'condition' => 'complianz-gpdr/complianz-gpdr.php', |
| 450 | 'name' => 'complianz-gpdr', |
| 451 | 'scripts' => [ |
| 452 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 453 | '/jquery-migrate(.min)?.js', |
| 454 | 'complianz', |
| 455 | ], |
| 456 | ], |
| 457 | 'two_645cf48d457f0_eb005fa1c094f931b7f2368784280b59' => [ |
| 458 | 'title' => 'Content Egg', |
| 459 | 'type' => 'plugin', |
| 460 | 'condition' => 'content-egg/content-egg.php', |
| 461 | 'name' => 'content-egg', |
| 462 | 'scripts' => [ |
| 463 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 464 | '/jquery-migrate(.min)?.js', |
| 465 | '/content-egg/res/js/morrisjs/morris.min.js', |
| 466 | '/content-egg/res/js/morrisjs/raphael.min.js', |
| 467 | 'Morris.Area', |
| 468 | ], |
| 469 | ], |
| 470 | 'two_645cf48d457f1_2c5f141d19aff27a6152794606d44793' => [ |
| 471 | 'title' => 'Cookie Notice & Compliance for GDPR / CCPA', |
| 472 | 'condition' => 'cookie-notice/cookie-notice.php', |
| 473 | 'type' => 'plugin', |
| 474 | 'name' => 'cookie-notice', |
| 475 | 'scripts' => [ |
| 476 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 477 | '/jquery-migrate(.min)?.js', |
| 478 | '/cookie-notice/', |
| 479 | 'var cnArgs', |
| 480 | ], |
| 481 | ], |
| 482 | 'two_645cf48d457f2_1fa76aef96b1265785a4207648f94013' => [ |
| 483 | 'title' => 'Cookiebot CMP', |
| 484 | 'type' => 'plugin', |
| 485 | 'condition' => 'cookiebot/cookiebot.php', |
| 486 | 'name' => 'cookiebot', |
| 487 | 'scripts' => [ |
| 488 | 'consent.cookiebot.com', |
| 489 | ], |
| 490 | ], |
| 491 | 'two_645cf48d457f3_dd33002accdf2a4c13158c66a09c002b' => [ |
| 492 | 'title' => 'Coupon Referral Program', |
| 493 | 'type' => 'plugin', |
| 494 | 'condition' => 'coupon-referral-program/coupon-referral-program.php', |
| 495 | 'name' => 'coupon-referral-program', |
| 496 | 'scripts' => [ |
| 497 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 498 | '/jquery-migrate(.min)?.js', |
| 499 | '/coupon-referral-program/', |
| 500 | '/wp-includes/js/jquery/ui/draggable.min.js', |
| 501 | ], |
| 502 | ], |
| 503 | 'two_645cf48d457f4_cd92cb505429e1421e0f56000f17dc59' => [ |
| 504 | 'title' => 'Crisp - Live Chat and Chatbot', |
| 505 | 'type' => 'plugin', |
| 506 | 'condition' => 'crisp/crisp.php', |
| 507 | 'name' => 'crisp', |
| 508 | 'scripts' => [ |
| 509 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 510 | '/jquery-migrate(.min)?.js', |
| 511 | 'CRISP_RUNTIME_CONFIG', |
| 512 | 'l.js', |
| 513 | ], |
| 514 | ], |
| 515 | 'two_645cf48d457f5_94bf034e049dcdcfe8a005453e91a5ec' => [ |
| 516 | 'title' => 'Custom Twitter Feeds pro', |
| 517 | 'type' => 'plugin', |
| 518 | 'condition' => 'custom-twitter-feeds-pro/custom-twitter-feed.php', |
| 519 | 'name' => 'custom-twitter-feeds-pro', |
| 520 | 'scripts' => [ |
| 521 | '/custom-twitter-feeds-pro/js/ctf-scripts.min.js', |
| 522 | ], |
| 523 | ], |
| 524 | 'two_645cf48d457f6_9622851a6ca8c62285172503d5e9ce41' => [ |
| 525 | 'title' => 'Customer Reviews for WooCommerce Plugin', |
| 526 | 'type' => 'plugin', |
| 527 | 'condition' => 'customer-reviews-woocommerce/ivole.php', |
| 528 | 'name' => 'customer-reviews-woocommerce', |
| 529 | 'scripts' => [ |
| 530 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js ', |
| 531 | '/jquery-migrate(.min)?.js', |
| 532 | '/customer-reviews-woocommerce/js/colcade.js', |
| 533 | ], |
| 534 | ], |
| 535 | 'two_645cf48d457f7_5632f0c8d7bad0d92ede162b04812f28' => [ |
| 536 | 'title' => 'Divi - Supreme', |
| 537 | 'condition' => 'supreme-modules-for-divi/supreme-modules-for-divi.php', |
| 538 | 'type' => 'plugin', |
| 539 | 'name' => 'supreme-modules-for-divi', |
| 540 | 'scripts' => [ |
| 541 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 542 | '/jquery-migrate(.min)?.js', |
| 543 | '.dipi_preloader_wrapper_outer', |
| 544 | '/Divi/js/scripts.min.js', |
| 545 | '/Divi/js/custom.unified.js', |
| 546 | '/js/magnific-popup.js', |
| 547 | 'var DIVI', |
| 548 | '/supreme-modules-for-divi/', |
| 549 | ], |
| 550 | ], |
| 551 | 'two_645cf48d457f8_95b38920258c40acc7a8f39e0106dfde' => [ |
| 552 | 'title' => 'Divi Den Pro', |
| 553 | 'type' => 'plugin', |
| 554 | 'condition' => 'ddpro/ddpro.php', |
| 555 | 'name' => 'ddpro', |
| 556 | 'scripts' => [ |
| 557 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 558 | '/jquery-migrate(.min)?.js', |
| 559 | '/ddpro/build/freddie/js/freddieScriptPageTransition.js', |
| 560 | '/ddpro/build/freddie/js/freddieScriptsHeaders.js', |
| 561 | '/ddpro/build/freddie/js/freddieScriptsContents.js', |
| 562 | '/ddpro/build/freddie/js/gsap/gsap.min.js', |
| 563 | ], |
| 564 | ], |
| 565 | 'two_645cf48d457f9_7b9701c8a4d2d7f14365a684c21c87be' => [ |
| 566 | 'title' => 'Divi Mobile', |
| 567 | 'type' => 'plugin', |
| 568 | 'condition' => 'divi-mobile/divi-mobile.php', |
| 569 | 'name' => 'divi-mobile', |
| 570 | 'scripts' => [ |
| 571 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 572 | '/jquery-migrate(.min)?.js', |
| 573 | 'divi-menu', |
| 574 | 'dm_nav', |
| 575 | ], |
| 576 | ], |
| 577 | 'two_645cf48d457fa_36edd3df22f3d36f3937b47d8486295a' => [ |
| 578 | 'title' => 'Divi Overlays', |
| 579 | 'condition' => 'divi-overlays/divi-overlays.php', |
| 580 | 'type' => 'plugin', |
| 581 | 'name' => 'divi-overlays', |
| 582 | 'scripts' => [ |
| 583 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 584 | '/jquery-migrate(.min)?.js', |
| 585 | '.dipi_preloader_wrapper_outer', |
| 586 | '/Divi/js/scripts.min.js', |
| 587 | '/Divi/js/custom.unified.js', |
| 588 | 'var DIVI', |
| 589 | '/divi-overlays/', |
| 590 | ], |
| 591 | ], |
| 592 | 'two_645cf48d457fb_9b363d65c9c4e346abaa6c8480fd2fb7' => [ |
| 593 | 'title' => 'Divi Pixel', |
| 594 | 'type' => 'plugin', |
| 595 | 'condition' => 'divi-pixel/divi-pixel.php', |
| 596 | 'name' => 'divi-pixel', |
| 597 | 'scripts' => [ |
| 598 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 599 | '/jquery-migrate(.min)?.js', |
| 600 | '.dipi_preloader_wrapper_outer', |
| 601 | ], |
| 602 | ], |
| 603 | 'two_645cf48d457fc_4bcffe14c1bcf9076a447b44368e9491' => [ |
| 604 | 'title' => 'Divi Toolbox', |
| 605 | 'type' => 'plugin', |
| 606 | 'condition' => 'divi-toolbox/divi-toolbox.php', |
| 607 | 'name' => 'divi-toolbox', |
| 608 | 'scripts' => [ |
| 609 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 610 | '/jquery-migrate(.min)?.js', |
| 611 | 'jQuery(\'.preloader\')', |
| 612 | '/divi-toolbox/assets/js/toolbox-scripts.js', |
| 613 | ], |
| 614 | ], |
| 615 | 'two_645cf48d457fd_fcd5129c7aad9d6244fb94ab2222b00c' => [ |
| 616 | 'title' => 'Dynamic Pricing & Discounts Lite for WooCommerce', |
| 617 | 'condition' => 'woo-dynamic-pricing-discounts-lite/dynamic-pricing-discounts-lite-for-woocommerce.php', |
| 618 | 'type' => 'plugin', |
| 619 | 'name' => 'woo-dynamic-pricing-discounts-lite', |
| 620 | 'scripts' => [ |
| 621 | '/woo-dynamic-pricing-discounts-lite/assets/OwlCarousel/dist/owl.carousel.min.js', |
| 622 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 623 | '/jquery-migrate(.min)?.js', |
| 624 | ], |
| 625 | ], |
| 626 | 'two_645cf48d457fe_e1c2192bb6a78d461fb205a3b132a8ee' => [ |
| 627 | 'title' => 'Dynamic Product Gallery for WooCommerce', |
| 628 | 'type' => 'plugin', |
| 629 | 'condition' => 'woocommerce-dynamic-gallery/wc_dynamic_gallery_woocommerce.php', |
| 630 | 'name' => 'woocommerce-dynamic-gallery', |
| 631 | 'scripts' => [ |
| 632 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 633 | '/jquery-migrate(.min)?.js', |
| 634 | '/woocommerce-dynamic-gallery/', |
| 635 | 'a3revWCDynamicGallery', |
| 636 | ], |
| 637 | ], |
| 638 | 'two_645cf48d457ff_177b3f106e282b9869843f0b36cc4efc' => [ |
| 639 | 'title' => 'Dynamic.ooo - Dynamic Content for Elementor', |
| 640 | 'type' => 'plugin', |
| 641 | 'condition' => 'dynamic-content-for-elementor/dynamic-content-for-elementor.php', |
| 642 | 'name' => 'dynamic-content-for-elementor', |
| 643 | 'scripts' => [ |
| 644 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 645 | '/jquery-migrate(.min)?.js', |
| 646 | '/elementor/', |
| 647 | '/elementor-pro/', |
| 648 | '/wp-includes/js/imagesloaded.min.js', |
| 649 | 'ElementorProFrontendConfig', |
| 650 | 'elementorFrontendConfig', |
| 651 | '/dynamic-content-for-elementor/assets/lib/expressionlanguage/expressionlanguage.min.js', |
| 652 | '/dynamic-content-for-elementor/assets/js/conditional-fields.min.js', |
| 653 | '/dynamic-content-for-elementor/assets/js/settings.min.js', |
| 654 | '/dynamic-content-for-elementor/assets/js/fix-background-loop.min.js', |
| 655 | '/wp-includes/js/dist/hooks.min.js', |
| 656 | '/wp-includes/js/dist/i18n.min.js', |
| 657 | ], |
| 658 | ], |
| 659 | 'two_645cf48d45800_d7881e0fd679a2f15f416aedf6e5f668' => [ |
| 660 | 'title' => 'Easy Table of Contents', |
| 661 | 'type' => 'plugin', |
| 662 | 'condition' => 'easy-table-of-contents/easy-table-of-contents.php', |
| 663 | 'name' => 'easy-table-of-contents', |
| 664 | 'scripts' => [ |
| 665 | '/easy-table-of-contents/assets/js/front.min.js', |
| 666 | ], |
| 667 | ], |
| 668 | 'two_645cf48d45801_3a38cc60e45f8688e7bc9c0882f5f1c3' => [ |
| 669 | 'title' => 'Ecwid Ecommerce Shopping Cart', |
| 670 | 'type' => 'plugin', |
| 671 | 'condition' => 'ecwid-shopping-cart/ecwid-shopping-cart.php', |
| 672 | 'name' => 'ecwid-shopping-cart', |
| 673 | 'scripts' => [ |
| 674 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js ', |
| 675 | '/jquery-migrate(.min)?.js ', |
| 676 | 'app.ecwid.com/script.js ', |
| 677 | '/ecwid-shopping-cart/js/frontend.js ', |
| 678 | '/ecwid-shopping-cart/js/static-page.js ', |
| 679 | 'ecwidParamswindow.ec ', |
| 680 | 'jQuery.mobile ', |
| 681 | 'xSearch ', |
| 682 | 'xCategoriesV2 ', |
| 683 | 'xProductBrowser ', |
| 684 | 'Ecwid.init', |
| 685 | ], |
| 686 | ], |
| 687 | 'two_645cf48d45802_b5eb568bb6c6dd0ef8898f6b164970b9' => [ |
| 688 | 'title' => 'Elementor Custom Skin', |
| 689 | 'type' => 'plugin', |
| 690 | 'condition' => 'ele-custom-skin/ele-custom-skin.php', |
| 691 | 'name' => 'ele-custom-skin', |
| 692 | 'scripts' => [ |
| 693 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 694 | '/jquery-migrate(.min)?.js', |
| 695 | '/elementor/', |
| 696 | '/elementor-pro/', |
| 697 | 'ElementorProFrontendConfig', |
| 698 | 'elementorFrontendConfig', |
| 699 | '/ele-custom-skin(.*)/assets/js/', |
| 700 | ], |
| 701 | ], |
| 702 | 'two_645cf48d45803_b513946859513474b2878625a1e5fdcf' => [ |
| 703 | 'title' => 'Elementor Pro - SmartMenus', |
| 704 | 'type' => 'plugin', |
| 705 | 'condition' => 'elementor-pro/elementor-pro.php', |
| 706 | 'name' => 'elementor-pro', |
| 707 | 'scripts' => [ |
| 708 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 709 | '/jquery-migrate(.min)?.js', |
| 710 | '/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js', |
| 711 | '/elementor-pro/assets/js/preloaded-elements-handlers.min.js', |
| 712 | ], |
| 713 | ], |
| 714 | 'two_645cf48d45804_10ef4a3661f2a4b0e2049323c51e9391' => [ |
| 715 | 'title' => 'Elementor Pro - User Cache', |
| 716 | 'type' => 'plugin', |
| 717 | 'condition' => 'elementor-pro/elementor-pro.php', |
| 718 | 'name' => 'elementor-pro', |
| 719 | 'scripts' => [ |
| 720 | '/wp-includes/js/underscore.min.js', |
| 721 | '/wp-includes/js/jquery/ui/core.min.js', |
| 722 | '/wp-includes/js/backbone.min.js', |
| 723 | 'elementorAdminBarConfig', |
| 724 | 'elementorCommonConfig', |
| 725 | 'elementorWebCliConfig', |
| 726 | 'elementorDevToolsConfig', |
| 727 | ], |
| 728 | ], |
| 729 | 'two_645cf48d45805_d3cb8e8aa9548d6dfd46d42e7839ee65' => [ |
| 730 | 'title' => 'Essential Addons for Elementor', |
| 731 | 'type' => 'plugin', |
| 732 | 'condition' => 'essential-addons-for-elementor-lite/essential_adons_elementor.php', |
| 733 | 'name' => 'essential-addons-for-elementor-lite', |
| 734 | 'scripts' => [ |
| 735 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 736 | '/jquery-migrate(.min)?.js', |
| 737 | '/elementor/', |
| 738 | '/elementor-pro/', |
| 739 | 'ElementorProFrontendConfig', |
| 740 | 'elementorFrontendConfig', |
| 741 | '/essential-addons(-for)?-elementor(-lite)?/.*(.min)?.js', |
| 742 | ], |
| 743 | ], |
| 744 | 'two_645cf48d45806_bc8e18d568109ef438a4e4f7f5c7ac73' => [ |
| 745 | 'title' => 'Essential Addons for Elementor Pro', |
| 746 | 'type' => 'plugin', |
| 747 | 'condition' => 'essential-addons-elementor/essential_adons_elementor.php', |
| 748 | 'name' => 'essential-addons-elementor', |
| 749 | 'scripts' => [ |
| 750 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 751 | '/jquery-migrate(.min)?.js', |
| 752 | '/elementor/', |
| 753 | '/elementor-pro/', |
| 754 | 'ElementorProFrontendConfig', |
| 755 | 'elementorFrontendConfig', |
| 756 | '/essential-addons(-for)?-elementor(-lite)?/.*(.min)?.js', |
| 757 | ], |
| 758 | ], |
| 759 | 'two_645cf48d45807_292f2b2a2e4ec59933d8cc2f464db513' => [ |
| 760 | 'title' => 'Essential Grid', |
| 761 | 'type' => 'plugin', |
| 762 | 'condition' => 'essential-grid/essential-grid.php', |
| 763 | 'name' => 'essential-grid', |
| 764 | 'scripts' => [ |
| 765 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 766 | '/jquery-migrate(.min)?.js', |
| 767 | '/essential-grid/', |
| 768 | 'lightboxOptions', |
| 769 | ], |
| 770 | ], |
| 771 | 'two_645cf48d45808_3e60aee1112819f4409645e0fea17d4e' => [ |
| 772 | 'title' => 'EventON Lite', |
| 773 | 'type' => 'plugin', |
| 774 | 'condition' => 'eventon-lite/eventon.php', |
| 775 | 'name' => 'eventon-lite', |
| 776 | 'scripts' => [ |
| 777 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 778 | '/jquery-migrate(.min)?.js', |
| 779 | '/eventon-lite/assets/js/(.*)', |
| 780 | ], |
| 781 | ], |
| 782 | 'two_645cf48d45809_45bfde1deedf177d376ad9108a775aaf' => [ |
| 783 | 'title' => 'FacetWP', |
| 784 | 'type' => 'plugin', |
| 785 | 'condition' => 'facetwp/index.php', |
| 786 | 'name' => 'facetwp', |
| 787 | 'scripts' => [ |
| 788 | '/facetwp/assets/js/dist/front.min.js', |
| 789 | 'window.FWP_', |
| 790 | ], |
| 791 | ], |
| 792 | 'two_645cf48d4580a_1ee16a83323b5c36e2170569fc46a2c7' => [ |
| 793 | 'title' => 'FacetWP - Flyout menu', |
| 794 | 'type' => 'plugin', |
| 795 | 'condition' => 'facetwp-flyout/facetwp-flyout.php', |
| 796 | 'name' => 'facetwp-flyout', |
| 797 | 'scripts' => [ |
| 798 | '/facetwp-flyout/assets/js/front.js', |
| 799 | ], |
| 800 | ], |
| 801 | 'two_645cf48d4580b_156b074a58d08ea140349fa7abd0b5ce' => [ |
| 802 | 'title' => 'FiboSearch - Ajax Search for WooCommerce', |
| 803 | 'type' => 'plugin', |
| 804 | 'condition' => 'ajax-search-for-woocommerce/ajax-search-for-woocommerce.php', |
| 805 | 'name' => 'ajax-search-for-woocommerce', |
| 806 | 'scripts' => [ |
| 807 | '/wp-includes/js/jquery/jquery.js', |
| 808 | '/wp-includes/js/jquery/jquery-migrate.js', |
| 809 | '/ajax-search-for-woocommerce-premium/assets/js/search.js', |
| 810 | ], |
| 811 | ], |
| 812 | 'two_645cf48d4580c_b2546d9f68e2c67abc15e30155434d59' => [ |
| 813 | 'title' => 'FlexBlock', |
| 814 | 'type' => 'plugin', |
| 815 | 'condition' => 'flo-flex-builder/flo-flex-builder.php', |
| 816 | 'name' => 'flo-flex-builder', |
| 817 | 'scripts' => [ |
| 818 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 819 | '/flo-flex-builder/dist/flex-public.min.js', |
| 820 | 'flexDebug', |
| 821 | ], |
| 822 | ], |
| 823 | 'two_645cf48d4580d_336f0b41afedb9a32d202af7bb8d8146' => [ |
| 824 | 'title' => 'Fluent Forms', |
| 825 | 'type' => 'plugin', |
| 826 | 'condition' => 'fluentform/fluentform.php', |
| 827 | 'name' => 'fluentform', |
| 828 | 'scripts' => [ |
| 829 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 830 | '/fluentform/public/js/(.*).js', |
| 831 | '/fluentformpro/public/js/(.*).js', |
| 832 | ], |
| 833 | ], |
| 834 | 'two_645cf48d4580e_c30348f89e112c89975a549abe676e70' => [ |
| 835 | 'title' => 'Flying Images', |
| 836 | 'type' => 'plugin', |
| 837 | 'condition' => 'nazy-load/flying-images.php', |
| 838 | 'name' => 'nazy-load', |
| 839 | 'scripts' => [ |
| 840 | 'flyingImages', |
| 841 | ], |
| 842 | ], |
| 843 | 'two_645cf48d4580f_0b30b47b24aaef6ab9fe570b7f696af2' => [ |
| 844 | 'title' => 'FooGallery Premium', |
| 845 | 'type' => 'plugin', |
| 846 | 'condition' => 'foogallery-premium/foogallery.php', |
| 847 | 'name' => 'foogallery-premium', |
| 848 | 'scripts' => [ |
| 849 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 850 | '/jquery-migrate(.min)?.js', |
| 851 | '/plugins/foobox-image-lightbox/free/js/foobox.free.min.js', |
| 852 | '/plugins/foogallery-premium/pro/extensions/default-templates/shared/js/foogallery.min.js', |
| 853 | ], |
| 854 | ], |
| 855 | 'two_645cf48d45810_498795c280f6a379fab0f664a2530dca' => [ |
| 856 | 'title' => 'Formidable Forms', |
| 857 | 'type' => 'plugin', |
| 858 | 'condition' => 'formidable/formidable.php', |
| 859 | 'name' => 'formidable', |
| 860 | 'scripts' => [ |
| 861 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 862 | '/jquery-migrate(.min)?.js', |
| 863 | 'frmSigs', |
| 864 | '/formidable-signature/js/frm.signature.min.js', |
| 865 | ], |
| 866 | ], |
| 867 | 'two_645cf48d45811_c3ac2bb2c1547535e81315432cbc0cad' => [ |
| 868 | 'title' => 'Forminator', |
| 869 | 'type' => 'plugin', |
| 870 | 'condition' => 'forminator/forminator.php', |
| 871 | 'name' => 'forminator', |
| 872 | 'scripts' => [ |
| 873 | '/wp-includes/js/jquery/jquery.min.js', |
| 874 | '/wp-includes/js/jquery/jquery-migrate.min.js', |
| 875 | 'forminatorFront', |
| 876 | '/forminator/build/front/front.multi.min.js', |
| 877 | '/forminator/assets/js/library/jquery.validate.min.js', |
| 878 | '/forminator/assets/forminator-ui/js/forminator-form.min.js', |
| 879 | '/forminator/assets/forminator-ui/js/select2.full.min.js', |
| 880 | '/wp-includes/js/jquery/ui/datepicker.min.js', |
| 881 | '/wp-includes/js/dist/vendor/moment.min.js', |
| 882 | ], |
| 883 | ], |
| 884 | 'two_645cf48d45812_9f8289ae7313f30b186a9e915b5f0f6d' => [ |
| 885 | 'title' => 'GDPR Cookie Compliance', |
| 886 | 'type' => 'plugin', |
| 887 | 'condition' => 'gdpr-cookie-compliance/moove-gdpr.php', |
| 888 | 'name' => 'gdpr-cookie-compliance', |
| 889 | 'scripts' => [ |
| 890 | '/wp-includes/js/jquery/jquery.min.js', |
| 891 | '/wp-includes/js/jquery/jquery-migrate.min.js', |
| 892 | '/gdpr-cookie-compliance/dist/scripts/main.js', |
| 893 | ], |
| 894 | ], |
| 895 | 'two_645cf48d45813_24c9421fa533743bac5eefb1d52cd058' => [ |
| 896 | 'title' => 'GDPR Cookie Consent', |
| 897 | 'type' => 'plugin', |
| 898 | 'condition' => 'webtoffee-gdpr-cookie-consent/cookie-law-info.php', |
| 899 | 'name' => 'webtoffee-gdpr-cookie-consent', |
| 900 | 'scripts' => [ |
| 901 | '/wp-includes/js/jquery/jquery.min.js', |
| 902 | '/wp-includes/js/jquery/jquery-migrate.min.js', |
| 903 | '/public/js/cookie-law-info-public.js', |
| 904 | 'Cli_Data', |
| 905 | ], |
| 906 | ], |
| 907 | 'two_645cf48d45814_506366a16a876b05d7dbe9dd0ef84bcd' => [ |
| 908 | 'title' => 'Getwid - Gutenberg Blocks', |
| 909 | 'type' => 'plugin', |
| 910 | 'condition' => 'getwid/getwid.php', |
| 911 | 'name' => 'getwid', |
| 912 | 'scripts' => [ |
| 913 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 914 | '/wp-includes/js/jquery/jquery-migrate.min.js', |
| 915 | '/wp-includes/js/jquery/ui/tabs.min.js', |
| 916 | '/wp-includes/js/jquery/ui/core.min.js', |
| 917 | ], |
| 918 | ], |
| 919 | 'two_645cf48d45815_2e2f1bdd154095148736a19c5d50bad0' => [ |
| 920 | 'title' => 'GoodLayers Core', |
| 921 | 'condition' => 'goodlayers-core/goodlayers-core.php', |
| 922 | 'type' => 'plugin', |
| 923 | 'name' => 'goodlayers-core', |
| 924 | 'scripts' => [ |
| 925 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js ', |
| 926 | '/jquery-migrate(.min)?.js ', |
| 927 | '/goodlayers-core/plugins/script.js ', |
| 928 | '/goodlayers-core/include/js/page-builder.js', |
| 929 | ], |
| 930 | ], |
| 931 | 'two_645cf48d45816_6498c5bf8e31b45a883997f3da0295ed' => [ |
| 932 | 'title' => 'Gravity Forms', |
| 933 | 'type' => 'plugin', |
| 934 | 'condition' => 'gravityforms/gravityforms.php', |
| 935 | 'name' => 'gravityforms', |
| 936 | 'scripts' => [ |
| 937 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 938 | '/gravityforms/', |
| 939 | 'gform', |
| 940 | 'recaptcha', |
| 941 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 942 | '/wp-includes/js/jquery/jquery-migrate.min.js', |
| 943 | '/gravityforms/js/conditional_logic.min.js', |
| 944 | ], |
| 945 | ], |
| 946 | 'two_645cf48d45817_3a4b51726ccf538fdb6fd5468f64ef93' => [ |
| 947 | 'title' => 'Green Forms', |
| 948 | 'type' => 'plugin', |
| 949 | 'condition' => 'green-forms/green-forms.php', |
| 950 | 'name' => 'green-forms', |
| 951 | 'scripts' => [ |
| 952 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 953 | 'leform.min.js', |
| 954 | 'leform_customjs_handlers', |
| 955 | 'leform_ajax_url', |
| 956 | ], |
| 957 | ], |
| 958 | 'two_645cf48d45818_3ccff0aaec4849f41ccb94fd00f213d9' => [ |
| 959 | 'title' => 'GTM4WP', |
| 960 | 'type' => 'plugin', |
| 961 | 'condition' => 'duracelltomi-google-tag-manager/duracelltomi-google-tag-manager-for-wordpress.php', |
| 962 | 'name' => 'duracelltomi-google-tag-manager', |
| 963 | 'scripts' => [ |
| 964 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 965 | '/wp-includes/js/jquery/jquery-migrate.min.js', |
| 966 | 'dataLayer', |
| 967 | ], |
| 968 | ], |
| 969 | 'two_645cf48d45819_2a99d2980f8aee2b514588c5f7cbd74e' => [ |
| 970 | 'title' => 'GTranslate', |
| 971 | 'type' => 'plugin', |
| 972 | 'condition' => 'gtranslate/gtranslate.php', |
| 973 | 'name' => 'gtranslate', |
| 974 | 'scripts' => [ |
| 975 | 'translate.google.com', |
| 976 | 'googleTranslateElementInit', |
| 977 | ], |
| 978 | ], |
| 979 | 'two_645cf48d4581a_40c676d7ef783608c7ef7025dc3c5f32' => [ |
| 980 | 'title' => 'HBook', |
| 981 | 'type' => 'plugin', |
| 982 | 'condition' => 'hbook/hbook.php', |
| 983 | 'name' => 'hbook', |
| 984 | 'scripts' => [ |
| 985 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 986 | '/jquery-migrate(.min)?.js', |
| 987 | '/hbook/', |
| 988 | 'hb_booking_form_data', |
| 989 | 'hb_max_date', |
| 990 | ], |
| 991 | ], |
| 992 | 'two_645cf48d4581b_860f93e8cc6777e0aa92082bcdd2cd30' => [ |
| 993 | 'title' => 'HUSKY - Products Filter for WooCommerce', |
| 994 | 'type' => 'plugin', |
| 995 | 'condition' => 'woocommerce-products-filter/index.php', |
| 996 | 'name' => 'woocommerce-products-filter', |
| 997 | 'scripts' => [ |
| 998 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 999 | '/jquery-migrate(.min)?.js', |
| 1000 | '/woocommerce-products-filter/(.*)', |
| 1001 | 'woof', |
| 1002 | ], |
| 1003 | ], |
| 1004 | 'two_645cf48d4581c_1efffa240b8958b01073d229dbd3f5ad' => [ |
| 1005 | 'title' => 'Instagram Feed Pro', |
| 1006 | 'type' => 'plugin', |
| 1007 | 'condition' => 'instagram-feed-pro/instagram-feed.php', |
| 1008 | 'name' => 'instagram-feed-pro', |
| 1009 | 'scripts' => [ |
| 1010 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1011 | '/jquery-migrate(.min)?.js', |
| 1012 | '/instagram-feed-pro/js/sbi-scripts.min.js', |
| 1013 | 'sb_instagram_js_options', |
| 1014 | ], |
| 1015 | ], |
| 1016 | 'two_645cf48d4581d_39eff3aa50637d163472903b8439662e' => [ |
| 1017 | 'title' => 'Interactive Geo Maps', |
| 1018 | 'type' => 'plugin', |
| 1019 | 'condition' => 'interactive-geo-maps/interactive-geo-maps.php', |
| 1020 | 'name' => 'interactive-geo-maps', |
| 1021 | 'scripts' => [ |
| 1022 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1023 | '/jquery-migrate(.min)?.js', |
| 1024 | '/interactive-geo-maps-premium/assets/public/map-service/app.min.js', |
| 1025 | '/interactive-geo-maps/assets/public/map-service/app.js', |
| 1026 | 'iMapsData', |
| 1027 | 'cdn.amcharts.com/lib/', |
| 1028 | ], |
| 1029 | ], |
| 1030 | 'two_645cf48d4581e_c117ada5ad6f2f5ce7e6f3e9c6e1fa63' => [ |
| 1031 | 'title' => 'Ivory Search', |
| 1032 | 'condition' => 'add-search-to-menu/add-search-to-menu.php', |
| 1033 | 'type' => 'plugin', |
| 1034 | 'name' => 'add-search-to-menu', |
| 1035 | 'scripts' => [ |
| 1036 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1037 | '/add-search-to-menu/public/js/ivory-search.min.js', |
| 1038 | ], |
| 1039 | ], |
| 1040 | 'two_645cf48d4581f_ce93f5a8f0b6c6fe8ec40b4a975715ee' => [ |
| 1041 | 'title' => 'JetBlocks', |
| 1042 | 'type' => 'plugin', |
| 1043 | 'condition' => 'jet-blocks/jet-blocks.php', |
| 1044 | 'name' => 'jet-blocks', |
| 1045 | 'scripts' => [ |
| 1046 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1047 | '/jquery-migrate(.min)?.js', |
| 1048 | '/jet-blocks/assets/js/jet-blocks.min.js', |
| 1049 | ], |
| 1050 | ], |
| 1051 | 'two_645cf48d45820_cfabbd105cd424f027ea2385af9d5fcd' => [ |
| 1052 | 'title' => 'JetBlog', |
| 1053 | 'type' => 'plugin', |
| 1054 | 'condition' => 'jet-blog/jet-blog.php', |
| 1055 | 'name' => 'jet-blog', |
| 1056 | 'scripts' => [ |
| 1057 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1058 | '/jquery-migrate(.min)?.js', |
| 1059 | '/elementor-pro/', |
| 1060 | '/elementor/', |
| 1061 | '/jet-blog/', |
| 1062 | 'ElementorProFrontendConfig', |
| 1063 | 'elementorFrontendConfig', |
| 1064 | 'hasJetBlogPlaylist', |
| 1065 | ], |
| 1066 | ], |
| 1067 | 'two_645cf48d45821_126603f57f9f2618592279117d63bc0a' => [ |
| 1068 | 'title' => 'JetElements', |
| 1069 | 'type' => 'plugin', |
| 1070 | 'condition' => 'jet-elements/jet-elements.php', |
| 1071 | 'name' => 'jet-elements', |
| 1072 | 'scripts' => [ |
| 1073 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1074 | '/jquery-migrate(.min)?.js', |
| 1075 | '/elementor/', |
| 1076 | '/elementor-pro/', |
| 1077 | 'ElementorProFrontendConfig', |
| 1078 | 'elementorFrontendConfig', |
| 1079 | '/jet-elements/', |
| 1080 | 'hasJetBlogPlaylist', |
| 1081 | 'jetElements', |
| 1082 | '/wp-includes/js/jquery/ui/', |
| 1083 | ], |
| 1084 | ], |
| 1085 | 'two_645cf48d45822_91fd897c1e1cb6c13d4d2e4f10065815' => [ |
| 1086 | 'title' => 'JetMenu', |
| 1087 | 'type' => 'plugin', |
| 1088 | 'condition' => 'jet-menu/jet-menu.php', |
| 1089 | 'name' => 'jet-menu', |
| 1090 | 'scripts' => [ |
| 1091 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1092 | '/jquery-migrate(.min)?.js', |
| 1093 | '/elementor-pro/', |
| 1094 | '/elementor/', |
| 1095 | '/jet-blog/assets/js/lib/slick/slick.min.js', |
| 1096 | '/jet-elements/', |
| 1097 | '/jet-menu/', |
| 1098 | 'elementorFrontendConfig', |
| 1099 | 'ElementorProFrontendConfig', |
| 1100 | 'hasJetBlogPlaylist', |
| 1101 | 'JetEngineSettings', |
| 1102 | 'jetMenuPublicSettings', |
| 1103 | '/jet-reviews/assets/js/lib/vue.min.js', |
| 1104 | ], |
| 1105 | ], |
| 1106 | 'two_645cf48d45823_7f5a191a649eeed7a3024d66136805e1' => [ |
| 1107 | 'title' => 'JetPopup', |
| 1108 | 'type' => 'plugin', |
| 1109 | 'condition' => 'jet-popup/jet-popup.php', |
| 1110 | 'name' => 'jet-popup', |
| 1111 | 'scripts' => [ |
| 1112 | '/jet-popup/assets/js/lib/anime-js/anime.min.js', |
| 1113 | '/jet-popup/assets/js/jet-popup-frontend.js', |
| 1114 | '/jet-woo-builder/', |
| 1115 | 'var jetPopupData', |
| 1116 | ], |
| 1117 | ], |
| 1118 | 'two_645cf48d45824_fc4713f3eed008dafc59dae2fe5f583f' => [ |
| 1119 | 'title' => 'JetProductGallery', |
| 1120 | 'type' => 'plugin', |
| 1121 | 'condition' => 'jet-woo-product-gallery/jet-woo-product-gallery.php', |
| 1122 | 'name' => 'jet-woo-product-gallery', |
| 1123 | 'scripts' => [ |
| 1124 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1125 | '/jquery-migrate(.min)?.js', |
| 1126 | '/jet-woo-product-gallery/assets/lib/swiper/swiper.min.js', |
| 1127 | '/jet-woo-product-gallery/assets/js/jet-woo-product-gallery.min.js', |
| 1128 | ], |
| 1129 | ], |
| 1130 | 'two_645cf48d45825_338123f2363242df6477f43df3b557af' => [ |
| 1131 | 'title' => 'JetReviews', |
| 1132 | 'type' => 'plugin', |
| 1133 | 'condition' => 'jet-reviews/jet-reviews.php', |
| 1134 | 'name' => 'jet-reviews', |
| 1135 | 'scripts' => [ |
| 1136 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1137 | '/jquery-migrate(.min)?.js', |
| 1138 | '/jet-reviews/assets/js/jet-reviews-frontend.js', |
| 1139 | '/jet-reviews/assets/js/lib/vue.min.js', |
| 1140 | 'jetReviewsWidget', |
| 1141 | ], |
| 1142 | ], |
| 1143 | 'two_645cf48d45826_1cd9088b3472762037c9034d6407325f' => [ |
| 1144 | 'title' => 'JetSticky', |
| 1145 | 'type' => 'plugin', |
| 1146 | 'condition' => 'jetsticky-for-elementor/jetsticky-for-elementor.php', |
| 1147 | 'name' => 'jetsticky-for-elementor', |
| 1148 | 'scripts' => [ |
| 1149 | '/jetsticky-for-elementor/', |
| 1150 | ], |
| 1151 | ], |
| 1152 | 'two_645cf48d45827_fa84914e1f26ca32ba9a08ef3f311e1d' => [ |
| 1153 | 'title' => 'JetTricks', |
| 1154 | 'type' => 'plugin', |
| 1155 | 'condition' => 'jet-tricks/jet-tricks.php', |
| 1156 | 'name' => 'jet-tricks', |
| 1157 | 'scripts' => [ |
| 1158 | '/jet-tricks/', |
| 1159 | ], |
| 1160 | ], |
| 1161 | 'two_645cf48d45828_458015f139d47e3578f59aaeafcdd1b9' => [ |
| 1162 | 'title' => 'JetWoo Widgets For Elementor', |
| 1163 | 'type' => 'plugin', |
| 1164 | 'condition' => 'jet-woo-builder/jet-woo-builder.php', |
| 1165 | 'name' => 'jet-woo-builder', |
| 1166 | 'scripts' => [ |
| 1167 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1168 | '/jquery-migrate(.min)?.js', |
| 1169 | '/elementor/', |
| 1170 | '/elementor-pro/', |
| 1171 | 'ElementorProFrontendConfig', |
| 1172 | 'elementorFrontendConfig', |
| 1173 | '/jetwoo-widgets-for-elementor/assets/js/jet-woo-widgets.js', |
| 1174 | '/jet-woo-builder/assets/js/jet-woo-builder.min.js', |
| 1175 | '/jet-woo-builder/assets/js/frontend.min.js', |
| 1176 | '/wp-includes/js/imagesloaded.min.js', |
| 1177 | ], |
| 1178 | ], |
| 1179 | 'two_645cf48d45829_9c5167e9f5ce4607bf9828e9df3d74f1' => [ |
| 1180 | 'title' => 'JetWooBuilder', |
| 1181 | 'type' => 'plugin', |
| 1182 | 'condition' => 'jet-woo-builder/jet-woo-builder.php', |
| 1183 | 'name' => 'jet-woo-builder', |
| 1184 | 'scripts' => [ |
| 1185 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1186 | '/jquery-migrate(.min)?.js', |
| 1187 | '/wp-includes/js/dist/hooks.min.js', |
| 1188 | '/wp-includes/js/dist/i18n.min.js', |
| 1189 | '/elementor-pro/', |
| 1190 | '/elementor/', |
| 1191 | 'elementorFrontendConfig', |
| 1192 | 'ElementorProFrontendConfig', |
| 1193 | 'JetEngineSettings', |
| 1194 | '/jet-woo-builder/', |
| 1195 | '/jet-woo-builder-custom-quantity-selectors-main/assets/js/main.js', |
| 1196 | ], |
| 1197 | ], |
| 1198 | 'two_645cf48d4582a_6fef65dd0c56f90475d29561ee18df4b' => [ |
| 1199 | 'title' => 'Layer Slider', |
| 1200 | 'type' => 'plugin', |
| 1201 | 'condition' => 'LayerSlider/layerslider.php', |
| 1202 | 'name' => 'LayerSlider', |
| 1203 | 'scripts' => [ |
| 1204 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1205 | '/jquery-migrate(.min)?.js', |
| 1206 | '/LayerSlider/assets/static/layerslider/js/layerslider.utils.js', |
| 1207 | '/LayerSlider/assets/static/layerslider/js/layerslider.kreaturamedia.jquery.js', |
| 1208 | '/LayerSlider/assets/static/layerslider/js/layerslider.transitions.js', |
| 1209 | 'initLayerSlider', |
| 1210 | ], |
| 1211 | ], |
| 1212 | 'two_645cf48d4582b_be7dad7db0a8077c97cf81692d0679a6' => [ |
| 1213 | 'title' => 'LoftLoader Pro', |
| 1214 | 'type' => 'plugin', |
| 1215 | 'condition' => 'loftloader-pro/loftloader-pro.php', |
| 1216 | 'name' => 'loftloader-pro', |
| 1217 | 'scripts' => [ |
| 1218 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1219 | '/jquery-migrate(.min)?.js', |
| 1220 | 'loftloader.min.js', |
| 1221 | ], |
| 1222 | ], |
| 1223 | 'two_645cf48d4582c_49402b590af0a4d2b183639a7e6609fa' => [ |
| 1224 | 'title' => 'MailUp for WordPress', |
| 1225 | 'type' => 'plugin', |
| 1226 | 'condition' => 'mailup-email-and-newsletter-subscription-form/mailup.php', |
| 1227 | 'name' => 'mailup-email-and-newsletter-subscription-form', |
| 1228 | 'scripts' => [ |
| 1229 | '/mailup-email-and-newsletter-subscription-form/public/js/mailup-public.js', |
| 1230 | 'mailup-js-extra', |
| 1231 | ], |
| 1232 | ], |
| 1233 | 'two_645cf48d4582d_57cb773ae7a82c8c8aae12fa8f8d7abd' => [ |
| 1234 | 'title' => 'Maintenance', |
| 1235 | 'type' => 'plugin', |
| 1236 | 'condition' => 'maintenance/maintenance.php', |
| 1237 | 'name' => 'maintenance', |
| 1238 | 'scripts' => [ |
| 1239 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1240 | '/jquery-migrate(.min)?.js', |
| 1241 | '/maintenance/', |
| 1242 | ], |
| 1243 | ], |
| 1244 | 'two_645cf48d4582e_55943a2cbb0d8b1331643698b2b79189' => [ |
| 1245 | 'title' => 'Maps Marker Pro', |
| 1246 | 'type' => 'plugin', |
| 1247 | 'condition' => 'maps-marker-pro/maps-marker-pro.php', |
| 1248 | 'name' => 'maps-marker-pro', |
| 1249 | 'scripts' => [ |
| 1250 | '/maps-marker-pro/js/mapsmarkerpro.js', |
| 1251 | 'var mapsMarkerPro', |
| 1252 | ], |
| 1253 | ], |
| 1254 | 'two_645cf48d4582f_9ebe3a758fac1b074171651da0c3afaf' => [ |
| 1255 | 'title' => 'Master Popups', |
| 1256 | 'condition' => 'master-popups/master-popups.php', |
| 1257 | 'type' => 'plugin', |
| 1258 | 'name' => 'master-popups', |
| 1259 | 'scripts' => [ |
| 1260 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1261 | '/jquery-migrate(.min)?.js', |
| 1262 | '/plugins/master-popups/assets/public/js/master-popups-libs.min.js', |
| 1263 | ], |
| 1264 | ], |
| 1265 | 'two_645cf48d45830_28219e09137f7693d8c3445750ee4ab6' => [ |
| 1266 | 'title' => 'Master Slider', |
| 1267 | 'type' => 'plugin', |
| 1268 | 'condition' => 'master-slider/master-slider.php', |
| 1269 | 'name' => 'master-slider', |
| 1270 | 'scripts' => [ |
| 1271 | 'masterslider', |
| 1272 | ], |
| 1273 | ], |
| 1274 | 'two_645cf48d45831_f0a2eedeec161e74c9616ea58b489255' => [ |
| 1275 | 'title' => 'Max Mega Menu', |
| 1276 | 'type' => 'plugin', |
| 1277 | 'condition' => 'megamenu/megamenu.php', |
| 1278 | 'name' => 'megamenu', |
| 1279 | 'scripts' => [ |
| 1280 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1281 | '/jquery-migrate(.min)?.js', |
| 1282 | '/wp-includes/js/hoverIntent.min.js', |
| 1283 | '/megamenu/js/maxmegamenu.js', |
| 1284 | 'var megamenu', |
| 1285 | ], |
| 1286 | ], |
| 1287 | 'two_645cf48d45832_3a749995156e9dafa9d9c66f30b2fd09' => [ |
| 1288 | 'title' => 'Meta Slider', |
| 1289 | 'type' => 'plugin', |
| 1290 | 'condition' => 'ml-slider/ml-slider.php', |
| 1291 | 'name' => 'ml-slider', |
| 1292 | 'scripts' => [ |
| 1293 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1294 | '/jquery-migrate(.min)?.js', |
| 1295 | '/ml-slider/', |
| 1296 | 'var metaslider', |
| 1297 | ], |
| 1298 | ], |
| 1299 | 'two_645cf48d45833_453a9b3bfdab6ea719b2a34f5d2340c6' => [ |
| 1300 | 'title' => 'Monarch', |
| 1301 | 'condition' => 'monarch/monarch.php', |
| 1302 | 'type' => 'plugin', |
| 1303 | 'name' => 'monarch', |
| 1304 | 'scripts' => [ |
| 1305 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1306 | '/jquery-migrate(.min)?.js', |
| 1307 | 'dt-place-monarch-icons', |
| 1308 | ], |
| 1309 | ], |
| 1310 | 'two_645cf48d45834_3b162c58cb3be71f9a02eaad7cc4b508' => [ |
| 1311 | 'title' => 'Monster Insights', |
| 1312 | 'type' => 'plugin', |
| 1313 | 'condition' => 'google-analytics-for-wordpress/googleanalytics.php', |
| 1314 | 'name' => 'google-analytics-for-wordpress', |
| 1315 | 'scripts' => [ |
| 1316 | '__gtagTracker', |
| 1317 | 'monsterinsights_frontend', |
| 1318 | '/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js', |
| 1319 | ], |
| 1320 | ], |
| 1321 | 'two_645cf48d45835_13e81f3811f1f0ef150cbfb6c9891fda' => [ |
| 1322 | 'title' => 'Motion.page', |
| 1323 | 'type' => 'plugin', |
| 1324 | 'condition' => 'motionpage/motionpage.php', |
| 1325 | 'name' => 'motionpage', |
| 1326 | 'scripts' => [ |
| 1327 | '/motionpage/core/includes/assets/js/(.*)', |
| 1328 | '/motionpage/core/includes/assets/js/gsap/(.*)', |
| 1329 | '/motionpage/assets/js/(.*)', |
| 1330 | '/motionpage/assets/js/gsap/(.*)', |
| 1331 | ], |
| 1332 | ], |
| 1333 | 'two_645cf48d45836_703b5034e8b7dfe12791da2dc46c49d0' => [ |
| 1334 | 'title' => 'Ninja Forms', |
| 1335 | 'condition' => 'ninja-forms/ninja-forms.php', |
| 1336 | 'type' => 'plugin', |
| 1337 | 'name' => 'ninja-forms', |
| 1338 | 'scripts' => [ |
| 1339 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1340 | '/jquery-migrate(.min)?.js', |
| 1341 | '/wp-includes/js/underscore.min.js', |
| 1342 | '/wp-includes/js/backbone.min.js', |
| 1343 | '/ninja-forms/assets/js/min/front-end-deps.js', |
| 1344 | '/ninja-forms/assets/js/min/front-end.js', |
| 1345 | 'nf-', |
| 1346 | ], |
| 1347 | ], |
| 1348 | 'two_645cf48d45837_d34df9624982f0bad8a8da71693bfb79' => [ |
| 1349 | 'title' => 'Ninja Tables', |
| 1350 | 'type' => 'plugin', |
| 1351 | 'condition' => 'ninja-tables/ninja-tables.php', |
| 1352 | 'name' => 'ninja-tables', |
| 1353 | 'scripts' => [ |
| 1354 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1355 | '/jquery-migrate(.min)?.js', |
| 1356 | '/ninja-tables(.*)/assets/', |
| 1357 | '/ninja-tables(.*)/public/', |
| 1358 | '/wp-includes/js/dist/vendor/moment.min.js', |
| 1359 | 'ninja_table_instance_', |
| 1360 | 'ninja_filter_', |
| 1361 | 'ninja_table_ready_init_table_id', |
| 1362 | ], |
| 1363 | ], |
| 1364 | 'two_645cf48d45838_5aa5d22e905e7c20b761d71613a0fd15' => [ |
| 1365 | 'title' => 'NotificationX', |
| 1366 | 'type' => 'plugin', |
| 1367 | 'condition' => 'notificationx/notificationx.php', |
| 1368 | 'name' => 'notificationx', |
| 1369 | 'scripts' => [ |
| 1370 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1371 | '/jquery-migrate(.min)?.js', |
| 1372 | '/notificationx/assets/public/js/(.*).js', |
| 1373 | 'notificationXArr', |
| 1374 | ], |
| 1375 | ], |
| 1376 | 'two_645cf48d45839_016976f81b3fe66ba89cc163be067814' => [ |
| 1377 | 'title' => 'Ocean Elementor Widgets', |
| 1378 | 'type' => 'plugin', |
| 1379 | 'condition' => 'ocean-elementor-widgets/ocean-elementor-widgets.php', |
| 1380 | 'name' => 'ocean-elementor-widgets', |
| 1381 | 'scripts' => [ |
| 1382 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1383 | '/jquery-migrate(.min)?.js', |
| 1384 | '/elementor/', |
| 1385 | '/elementor-pro/', |
| 1386 | 'ElementorProFrontendConfig', |
| 1387 | 'elementorFrontendConfig', |
| 1388 | '/ocean-elementor-widgets/', |
| 1389 | ], |
| 1390 | ], |
| 1391 | 'two_645cf48d4583a_de7bcbdb93293860b1a6275a4aee7718' => [ |
| 1392 | 'title' => 'One Click Accessibility', |
| 1393 | 'type' => 'plugin', |
| 1394 | 'condition' => 'pojo-accessibility/pojo-accessibility.php', |
| 1395 | 'name' => 'pojo-accessibility', |
| 1396 | 'scripts' => [ |
| 1397 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1398 | '/jquery-migrate(.min)?.js', |
| 1399 | '/pojo-accessibility/assets/js/app.min.js', |
| 1400 | ], |
| 1401 | ], |
| 1402 | 'two_645cf48d4583b_c13a141cf5dfc23645109ad01fd8d9a2' => [ |
| 1403 | 'title' => 'OoohBoi Steroids for Elementor', |
| 1404 | 'type' => 'plugin', |
| 1405 | 'condition' => 'ooohboi-steroids-for-elementor/ooohboi-steroids.php', |
| 1406 | 'name' => 'ooohboi-steroids-for-elementor', |
| 1407 | 'scripts' => [ |
| 1408 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1409 | '/jquery-migrate(.min)?.js', |
| 1410 | '/elementor/', |
| 1411 | '/elementor-pro/', |
| 1412 | 'ElementorProFrontendConfig', |
| 1413 | 'elementorFrontendConfig', |
| 1414 | '/ooohboi-steroids-for-elementor/', |
| 1415 | ], |
| 1416 | ], |
| 1417 | 'two_645cf48d4583c_39c1a259909e44be30dc39482452a3fb' => [ |
| 1418 | 'title' => 'Optimole', |
| 1419 | 'type' => 'plugin', |
| 1420 | 'condition' => 'optimole-wp/optimole-wp.php', |
| 1421 | 'name' => 'optimole-wp', |
| 1422 | 'scripts' => [ |
| 1423 | 'optimoleData', |
| 1424 | ], |
| 1425 | ], |
| 1426 | 'two_645cf48d4583d_3a6f249d97ff4e63d73c5bcba782d885' => [ |
| 1427 | 'title' => 'OSM - OpenStreetMap', |
| 1428 | 'type' => 'plugin', |
| 1429 | 'condition' => 'osm/osm.php', |
| 1430 | 'name' => 'osm', |
| 1431 | 'scripts' => [ |
| 1432 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1433 | '/jquery-migrate(.min)?.js', |
| 1434 | '/osm/js/OL/', |
| 1435 | '/osm/js/osm-v3-plugin-lib.js', |
| 1436 | 'vectorM', |
| 1437 | ], |
| 1438 | ], |
| 1439 | 'two_645cf48d4583e_cad5636144459bc66090c038c2e520c9' => [ |
| 1440 | 'title' => 'OxyExtras', |
| 1441 | 'type' => 'plugin', |
| 1442 | 'condition' => 'oxyextras/plugin.php', |
| 1443 | 'name' => 'oxyextras', |
| 1444 | 'scripts' => [ |
| 1445 | 'vime', |
| 1446 | 'vime.esm.js', |
| 1447 | ], |
| 1448 | ], |
| 1449 | 'two_645cf48d4583f_6124d98749365e3db2c9e5b27ca04db6' => [ |
| 1450 | 'title' => 'Oxygen Builder', |
| 1451 | 'type' => 'plugin', |
| 1452 | 'condition' => 'oxygen/functions.php', |
| 1453 | 'name' => 'oxygen', |
| 1454 | 'scripts' => [ |
| 1455 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1456 | '/jquery-migrate(.min)?.js', |
| 1457 | '/component-framework/vendor/aos/aos.js', |
| 1458 | 'AOS.init', |
| 1459 | 'oxygen_init_pro_menu', |
| 1460 | 'oxy-pro-menu-show-dropdown', |
| 1461 | 'oxy-shape-divider', |
| 1462 | 'oxygenVSBInitToggleJs', |
| 1463 | ], |
| 1464 | ], |
| 1465 | 'two_645cf48d45840_1d19f4a3d3b09f86308bb880ecc5dd3d' => [ |
| 1466 | 'title' => 'PageLoader by Bonfire', |
| 1467 | 'type' => 'plugin', |
| 1468 | 'condition' => 'pageloader-by-bonfire/pageloader-by-bonfire.php', |
| 1469 | 'name' => 'pageloader-by-bonfire', |
| 1470 | 'scripts' => [ |
| 1471 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1472 | '/jquery-migrate(.min)?.js', |
| 1473 | '/pageloader-by-bonfire/pageloader.js', |
| 1474 | 'bonfire-pageloader-overlay', |
| 1475 | ], |
| 1476 | ], |
| 1477 | 'two_645cf48d45841_66893bc690e0227a5d5255e482dfa663' => [ |
| 1478 | 'title' => 'PDF Embedder', |
| 1479 | 'type' => 'plugin', |
| 1480 | 'condition' => 'pdf-embedder/pdf_embedder.php', |
| 1481 | 'name' => 'pdf-embedder', |
| 1482 | 'scripts' => [ |
| 1483 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1484 | '/jquery-migrate(.min)?.js', |
| 1485 | '/pdf-embedder/js/(.*).js', |
| 1486 | ], |
| 1487 | ], |
| 1488 | 'two_645cf48d45842_25df2fcec6170b0635f524773ff12dff' => [ |
| 1489 | 'title' => 'Perfect Brands for WooCommerce', |
| 1490 | 'type' => 'plugin', |
| 1491 | 'condition' => 'perfect-woocommerce-brands/perfect-woocommerce-brands.php', |
| 1492 | 'name' => 'perfect-woocommerce-brands', |
| 1493 | 'scripts' => [ |
| 1494 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1495 | '/jquery-migrate(.min)?.js', |
| 1496 | '/perfect-woocommerce-brands/assets/lib/slick/slick.min.js', |
| 1497 | '/perfect-woocommerce-brands/assets/js/functions-frontend.min.js', |
| 1498 | ], |
| 1499 | ], |
| 1500 | 'two_645cf48d45843_3590b9439f37e3295dbab7c6cafb2965' => [ |
| 1501 | 'title' => 'Photonic', |
| 1502 | 'type' => 'plugin', |
| 1503 | 'condition' => 'photonic/photonic.php', |
| 1504 | 'name' => 'photonic', |
| 1505 | 'scripts' => [ |
| 1506 | '/photonic/include/js/front-end/module/photonic-baguettebox.min.js', |
| 1507 | ], |
| 1508 | ], |
| 1509 | 'two_645cf48d45844_f4efac8820c3d55bc7716b2cdd68423f' => [ |
| 1510 | 'title' => 'Pixel Caffein', |
| 1511 | 'type' => 'plugin', |
| 1512 | 'condition' => 'pixel-caffeine/pixel-caffeine.php', |
| 1513 | 'name' => 'pixel-caffeine', |
| 1514 | 'scripts' => [ |
| 1515 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1516 | '/pixel-caffeine/build/frontend.js', |
| 1517 | 'aepc_pixel', |
| 1518 | ], |
| 1519 | ], |
| 1520 | 'two_645cf48d45845_d89ce3e49dc3d590601c4d5d5df026c9' => [ |
| 1521 | 'title' => 'Pixel Manager for WooCommerce', |
| 1522 | 'type' => 'plugin', |
| 1523 | 'condition' => 'woocommerce-pixel-manager-pro/woocommerce-pixel-manager.php', |
| 1524 | 'name' => 'woocommerce-pixel-manager-pro', |
| 1525 | 'scripts' => [ |
| 1526 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1527 | '/woocommerce-pixel-manager-pro/js/public/', |
| 1528 | 'wpm', |
| 1529 | ], |
| 1530 | ], |
| 1531 | 'two_645cf48d45846_86fe56c37ef3765afabc173ea7684cde' => [ |
| 1532 | 'title' => 'Popup Builder', |
| 1533 | 'type' => 'plugin', |
| 1534 | 'condition' => 'popup-builder/popup-builder.php', |
| 1535 | 'name' => 'popup-builder', |
| 1536 | 'scripts' => [ |
| 1537 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1538 | '/jquery-migrate(.min)?.js', |
| 1539 | '/popup-builder/public/js/(.*).js', |
| 1540 | '/popupbuilder-exit-intent/public/javascript/ExitIntent.js', |
| 1541 | 'var sgpbPublicUrl', |
| 1542 | 'SGPB_POPUP_PARAMS', |
| 1543 | ], |
| 1544 | ], |
| 1545 | 'two_645cf48d45847_f1fade7abf25b63d763c156ce541f504' => [ |
| 1546 | 'title' => 'Popup Maker', |
| 1547 | 'type' => 'plugin', |
| 1548 | 'condition' => 'popup-maker/popup-maker.php', |
| 1549 | 'name' => 'popup-maker', |
| 1550 | 'scripts' => [ |
| 1551 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1552 | '/jquery-migrate(.min)?.js', |
| 1553 | '/wp-includes/js/jquery/ui/core.min.js', |
| 1554 | '/pum/pum-site-scripts.js', |
| 1555 | 'pum', |
| 1556 | '/plugins/popup-maker/assets/js/site.min.js', |
| 1557 | ], |
| 1558 | ], |
| 1559 | 'two_645cf48d45848_3ddb3594a40746d8264f3b5836ed03b5' => [ |
| 1560 | 'title' => 'PowerPack Addons for Elementor', |
| 1561 | 'type' => 'plugin', |
| 1562 | 'condition' => 'powerpack-lite-for-elementor/powerpack-lite-elementor.php', |
| 1563 | 'name' => 'powerpack-lite-for-elementor', |
| 1564 | 'scripts' => [ |
| 1565 | '/powerpack-lite-for-elementor/assets/js/min/frontend.min.js', |
| 1566 | ], |
| 1567 | ], |
| 1568 | 'two_645cf48d45849_d12c4e9deb9928405c442b2a2401e883' => [ |
| 1569 | 'title' => 'Preloader Plus', |
| 1570 | 'type' => 'plugin', |
| 1571 | 'condition' => 'preloader-plus/preloader-plus.php', |
| 1572 | 'name' => 'preloader-plus', |
| 1573 | 'scripts' => [ |
| 1574 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1575 | '/wp-includes/js/jquery/jquery-migrate.min.js', |
| 1576 | '/preloader-plus/(.*)', |
| 1577 | ], |
| 1578 | ], |
| 1579 | 'two_645cf48d4584a_ebb6f8644a51e297d65d26ab69b0770d' => [ |
| 1580 | 'title' => 'Premium Addons for Elementor', |
| 1581 | 'type' => 'plugin', |
| 1582 | 'condition' => 'premium-addons-for-elementor/premium-addons-for-elementor.php', |
| 1583 | 'name' => 'premium-addons-for-elementor', |
| 1584 | 'scripts' => [ |
| 1585 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1586 | '/jquery-migrate(.min)?.js', |
| 1587 | '/premium-addons-for-elementor/assets/frontend/min-js/premium-addons.min.js', |
| 1588 | '/premium-addons-for-elementor/assets/frontend/min-js/isotope.min.js', |
| 1589 | '/premium-addons-elementor/pa-frontend-(.*).min.js', |
| 1590 | 'window.scopes_array', |
| 1591 | 'lottie.min.js', |
| 1592 | ], |
| 1593 | ], |
| 1594 | 'two_645cf48d4584b_358eff632163736d99ad8583a2e06abf' => [ |
| 1595 | 'title' => 'Presto Player', |
| 1596 | 'type' => 'plugin', |
| 1597 | 'condition' => 'presto-player/presto-player.php', |
| 1598 | 'name' => 'presto-player', |
| 1599 | 'scripts' => [ |
| 1600 | '/wp-includes/js/dist/vendor/regenerator-runtime.min.js', |
| 1601 | '/presto-player/dist/components/web-components/web-components.esm.js', |
| 1602 | '/presto-player/src/player/player-static.js', |
| 1603 | 'var player', |
| 1604 | '/wp-includes/js/dist/api-fetch.min.js', |
| 1605 | '/wp-includes/js/dist/hooks.min.js', |
| 1606 | '/wp-includes/js/dist/i18n.min.js', |
| 1607 | ], |
| 1608 | ], |
| 1609 | 'two_645cf48d4584c_a5b22c8c67c013bd06c07b45d124358b' => [ |
| 1610 | 'title' => 'Price Based on Country for WooCommerce Pro', |
| 1611 | 'type' => 'plugin', |
| 1612 | 'condition' => 'woocommerce-price-based-country-pro-addon/woocommerce-price-based-country-pro-addon.php', |
| 1613 | 'name' => 'woocommerce-price-based-country-pro-addon', |
| 1614 | 'scripts' => [ |
| 1615 | '/woocommerce-product-price-based-on-countries/assets/js/ajax-geolocation.min.js', |
| 1616 | '/woocommerce-price-based-country-pro-addon/assets/js/currency-switcher.min.js', |
| 1617 | 'add-to-cart.min.js', |
| 1618 | 'cart-fragments.min.js', |
| 1619 | ], |
| 1620 | ], |
| 1621 | 'two_645cf48d4584d_3368f0c61df53e005cc1382481e3b138' => [ |
| 1622 | 'title' => 'Prime Slider', |
| 1623 | 'type' => 'plugin', |
| 1624 | 'condition' => 'bdthemes-prime-slider-lite/bdthemes-prime-slider.php', |
| 1625 | 'name' => 'bdthemes-prime-slider-lite', |
| 1626 | 'scripts' => [ |
| 1627 | '/plugins/bdthemes-prime-slider-lite/assets/js/bdt-uikit.min.js', |
| 1628 | ], |
| 1629 | ], |
| 1630 | 'two_645cf48d4584e_9a8b4e77719bca5f8abc94f3add76523' => [ |
| 1631 | 'title' => 'PRO Elements', |
| 1632 | 'type' => 'plugin', |
| 1633 | 'condition' => 'pro-elements/pro-elements.php', |
| 1634 | 'name' => 'pro-elements', |
| 1635 | 'scripts' => [ |
| 1636 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1637 | '/jquery-migrate(.min)?.js', |
| 1638 | '/pro-elements/', |
| 1639 | ], |
| 1640 | ], |
| 1641 | 'two_645cf48d4584f_eb3bac16ce0b10104556989311d71e56' => [ |
| 1642 | 'title' => 'Product Gallery Slider for WooCommerce', |
| 1643 | 'type' => 'plugin', |
| 1644 | 'condition' => 'twist/twist.php', |
| 1645 | 'name' => 'twist', |
| 1646 | 'scripts' => [ |
| 1647 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1648 | '/jquery-migrate(.min)?.js', |
| 1649 | '/twist/assets/js/slick.min.js', |
| 1650 | 'wpgs-public-js-after', |
| 1651 | ], |
| 1652 | ], |
| 1653 | 'two_645cf48d45850_c7b5edf40277c730833970325836356b' => [ |
| 1654 | 'title' => 'Rank Math SEO', |
| 1655 | 'type' => 'plugin', |
| 1656 | 'condition' => 'seo-by-rank-math/rank-math.php', |
| 1657 | 'name' => 'seo-by-rank-math', |
| 1658 | 'scripts' => [ |
| 1659 | 'local_ga_js', |
| 1660 | ], |
| 1661 | ], |
| 1662 | 'two_645cf48d45851_d972046bb86f9b92d57104245e5182c6' => [ |
| 1663 | 'title' => 'Retainful', |
| 1664 | 'condition' => 'retainful-next-order-coupon-for-woocommerce/retainful-next-order-coupon-for-woocommerce.php', |
| 1665 | 'type' => 'plugin', |
| 1666 | 'name' => 'retainful-next-order-coupon-for-woocommerce', |
| 1667 | 'scripts' => [ |
| 1668 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1669 | '/jquery-migrate(.min)?.js', |
| 1670 | '/retainful-next-order-coupon-for-woocommerce/src/premium/assets/js/atc-popup.min.js', |
| 1671 | '/retainful-next-order-coupon-for-woocommerce/src/premium/assets/js/exit-intent-popup.js', |
| 1672 | 'retainful.com', |
| 1673 | 'rnoc-add-to-cart-js-before', |
| 1674 | 'rnoc_redirect_coupon_popup', |
| 1675 | ], |
| 1676 | ], |
| 1677 | 'two_645cf48d45852_004ff52ed85ddf476595cef5c74646b0' => [ |
| 1678 | 'title' => 'Sassy Social Share', |
| 1679 | 'type' => 'plugin', |
| 1680 | 'condition' => 'sassy-social-share/sassy-social-share.php', |
| 1681 | 'name' => 'sassy-social-share', |
| 1682 | 'scripts' => [ |
| 1683 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1684 | '/jquery-migrate(.min)?.js', |
| 1685 | '/sassy-social-share/public/js/sassy-social-share-public.js', |
| 1686 | 'heateorSssLoadEvent', |
| 1687 | ], |
| 1688 | ], |
| 1689 | 'two_645cf48d45853_232688c27e641f36d3f12998e414fe91' => [ |
| 1690 | 'title' => 'Scrollsequence', |
| 1691 | 'condition' => 'scrollsequence-pro/scrollsequence-pro.php', |
| 1692 | 'type' => 'plugin', |
| 1693 | 'name' => 'scrollsequence-pro', |
| 1694 | 'scripts' => [ |
| 1695 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1696 | '/jquery-migrate(.min)?.js', |
| 1697 | '/scrollsequence-pro/public/js/gsap__premium_only.js', |
| 1698 | '/scrollsequence-pro/public/js/gsap-scrolltrigger__premium_only.js', |
| 1699 | '/scrollsequence-pro/public/js/ssq-lib__premium_only.js', |
| 1700 | 'scrollsequence-input-script', |
| 1701 | ], |
| 1702 | ], |
| 1703 | 'two_645cf48d45854_3d387afc142ddf2c0e715f1fe8c4c952' => [ |
| 1704 | 'title' => 'ShiftNav Pro - Responsive Mobile Menu', |
| 1705 | 'type' => 'plugin', |
| 1706 | 'condition' => 'shiftnav-pro/shiftnav.php', |
| 1707 | 'name' => 'shiftnav-pro', |
| 1708 | 'scripts' => [ |
| 1709 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1710 | '/jquery-migrate(.min)?.js', |
| 1711 | '/shiftnav-pro/assets/js/shiftnav(.*).js', |
| 1712 | ], |
| 1713 | ], |
| 1714 | 'two_645cf48d45855_df7e968f4bd68a486ddf2f95911fb734' => [ |
| 1715 | 'title' => 'ShiftNav – Responsive Mobile Menu', |
| 1716 | 'type' => 'plugin', |
| 1717 | 'condition' => 'shiftnav-responsive-mobile-menu/shiftnav-responsive-mobile-menu.php', |
| 1718 | 'name' => 'shiftnav-responsive-mobile-menu', |
| 1719 | 'scripts' => [ |
| 1720 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1721 | '/jquery-migrate(.min)?.js', |
| 1722 | '/shiftnav-responsive-mobile-menu/', |
| 1723 | ], |
| 1724 | ], |
| 1725 | 'two_645cf48d45856_98b6edafe4f4829f9765962ad56c9b6f' => [ |
| 1726 | 'title' => 'Short Pixel Adaptive Image', |
| 1727 | 'type' => 'plugin', |
| 1728 | 'condition' => 'shortpixel-adaptive-images/short-pixel-ai.php', |
| 1729 | 'name' => 'shortpixel-adaptive-images', |
| 1730 | 'scripts' => [ |
| 1731 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js ', |
| 1732 | '/jquery-migrate(.min)?.js', |
| 1733 | '/shortpixel-adaptive-images/assets/js/ai(.*).min.js', |
| 1734 | 'spai_settings', |
| 1735 | ], |
| 1736 | ], |
| 1737 | 'two_645cf48d45857_93e0d5ee435ffe802747ef1761a4db79' => [ |
| 1738 | 'title' => 'Showcase IDX', |
| 1739 | 'type' => 'plugin', |
| 1740 | 'condition' => 'showcase-idx/showcaseidx.php', |
| 1741 | 'name' => 'showcase-idx', |
| 1742 | 'scripts' => [ |
| 1743 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js ', |
| 1744 | '/jquery-migrate(.min)?.js', |
| 1745 | 'SIDX', |
| 1746 | 'search.showcaseidx.com/js/app-(.*).js', |
| 1747 | 'cdn.shortpixel.ai', |
| 1748 | ], |
| 1749 | ], |
| 1750 | 'two_645cf48d45858_c0b2f8280e878f843b1f3df166e69d44' => [ |
| 1751 | 'title' => 'Side Cart WooCommerce', |
| 1752 | 'type' => 'plugin', |
| 1753 | 'condition' => 'side-cart-woocommerce/xoo-wsc-main.php', |
| 1754 | 'name' => 'side-cart-woocommerce', |
| 1755 | 'scripts' => [ |
| 1756 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1757 | '/jquery-migrate(.min)?.js', |
| 1758 | '/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js', |
| 1759 | '/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js', |
| 1760 | '/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js', |
| 1761 | '/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js', |
| 1762 | ], |
| 1763 | ], |
| 1764 | 'two_645cf48d45859_82769bdf9836dc811b2515204949af39' => [ |
| 1765 | 'title' => 'Simple Banner', |
| 1766 | 'type' => 'plugin', |
| 1767 | 'condition' => 'simple-banner/simple-banner.php', |
| 1768 | 'name' => 'simple-banner', |
| 1769 | 'scripts' => [ |
| 1770 | '/wp-includes/js/jquery/jquery.min.js', |
| 1771 | '/simple-banner/', |
| 1772 | 'simpleBannerScriptParams', |
| 1773 | ], |
| 1774 | ], |
| 1775 | 'two_645cf48d4585a_b1354aaa419d8c4589f4decf6398af95' => [ |
| 1776 | 'title' => 'Site Kit by Google', |
| 1777 | 'type' => 'plugin', |
| 1778 | 'condition' => 'google-site-kit/google-site-kit.php', |
| 1779 | 'name' => 'google-site-kit', |
| 1780 | 'scripts' => [ |
| 1781 | 'google-analytics.com/analytics.js', |
| 1782 | 'ga\\( \'', |
| 1783 | 'ga\\(\'', |
| 1784 | '/gtag/js', |
| 1785 | 'gtag\\(', |
| 1786 | '/gtm.js', |
| 1787 | ], |
| 1788 | ], |
| 1789 | 'two_645cf48d4585b_bcb62d0934a536675a3030fd814298e8' => [ |
| 1790 | 'title' => 'Slick Menu', |
| 1791 | 'type' => 'plugin', |
| 1792 | 'condition' => 'slick-menu/slick-menu.php', |
| 1793 | 'name' => 'slick-menu', |
| 1794 | 'scripts' => [ |
| 1795 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js ', |
| 1796 | '/jquery-migrate(.min)?.js', |
| 1797 | '/slick-menu/', |
| 1798 | ], |
| 1799 | ], |
| 1800 | 'two_645cf48d4585c_0b9d43123df0146c08d336acb550efd9' => [ |
| 1801 | 'title' => 'Smart Slider 3', |
| 1802 | 'type' => 'plugin', |
| 1803 | 'condition' => 'smart-slider-3/smart-slider-3.php', |
| 1804 | 'name' => 'smart-slider-3', |
| 1805 | 'scripts' => [ |
| 1806 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js ', |
| 1807 | '/jquery-migrate(.min)?.js', |
| 1808 | '/smart-slider-3/(.*).js', |
| 1809 | '_N2', |
| 1810 | ], |
| 1811 | ], |
| 1812 | 'two_645cf48d4585d_b0c1646c9fda4dbbd0e968b1b345cfa5' => [ |
| 1813 | 'title' => 'Smart Slider 3 Pro', |
| 1814 | 'type' => 'plugin', |
| 1815 | 'condition' => 'nextend-smart-slider3-pro/nextend-smart-slider3-pro.php', |
| 1816 | 'name' => 'nextend-smart-slider3-pro', |
| 1817 | 'scripts' => [ |
| 1818 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js ', |
| 1819 | '/jquery-migrate(.min)?.js', |
| 1820 | '/SmartSlider3/(.*).js', |
| 1821 | '_N2', |
| 1822 | ], |
| 1823 | ], |
| 1824 | 'two_645cf48d4585e_97c66072e0a256bba29213581ba30bd9' => [ |
| 1825 | 'title' => 'Super Socializer', |
| 1826 | 'condition' => 'super-socializer/super_socializer.php', |
| 1827 | 'type' => 'plugin', |
| 1828 | 'name' => 'super-socializer', |
| 1829 | 'scripts' => [ |
| 1830 | 'theChamp', |
| 1831 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1832 | '/jquery-migrate(.min)?.js', |
| 1833 | ], |
| 1834 | ], |
| 1835 | 'two_645cf48d45879_22ce94cb713408206b57cfcfc912f9db' => [ |
| 1836 | 'title' => 'Superfly Menu', |
| 1837 | 'type' => 'plugin', |
| 1838 | 'condition' => 'superfly-menu/superfly-menu.php', |
| 1839 | 'name' => 'superfly-menu', |
| 1840 | 'scripts' => [ |
| 1841 | '/superfly-menu/js/public.min.js ', |
| 1842 | 'window.SFM ', |
| 1843 | 'SFM_template', |
| 1844 | ], |
| 1845 | ], |
| 1846 | 'two_645cf48d4587a_b782be58ad425d40747f81496acf9ac5' => [ |
| 1847 | 'title' => 'Tabby Responsive Tabs', |
| 1848 | 'type' => 'plugin', |
| 1849 | 'condition' => 'tabby-responsive-tabs/tabby-responsive-tabs.php', |
| 1850 | 'name' => 'tabby-responsive-tabs', |
| 1851 | 'scripts' => [ |
| 1852 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1853 | '/jquery-migrate(.min)?.js', |
| 1854 | '/tabby-responsive-tabs/js/tabby.js', |
| 1855 | 'RESPONSIVEUI', |
| 1856 | ], |
| 1857 | ], |
| 1858 | 'two_645cf48d4587b_479d04e2d82ec36e87a3850859bb62ba' => [ |
| 1859 | 'title' => 'The Plus Addons for Elementor', |
| 1860 | 'type' => 'plugin', |
| 1861 | 'condition' => 'the-plus-addons-for-elementor-page-builder/theplus_elementor_addon.php', |
| 1862 | 'name' => 'the-plus-addons-for-elementor-page-builder', |
| 1863 | 'scripts' => [ |
| 1864 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1865 | '/wp-includes/js/jquery/jquery-migrate.min.js', |
| 1866 | '/theplus-addons/(.*)', |
| 1867 | ], |
| 1868 | ], |
| 1869 | 'two_645cf48d4587c_62f0c37037c992a02e7ad42ed6d3e10c' => [ |
| 1870 | 'title' => 'ThemeREX Addons', |
| 1871 | 'type' => 'plugin', |
| 1872 | 'condition' => 'trx_addons/trx_addons.php', |
| 1873 | 'name' => 'trx_addons', |
| 1874 | 'scripts' => [ |
| 1875 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1876 | '/wp-includes/js/jquery/jquery-migrate.min.js', |
| 1877 | '/trx_addons/js/__scripts.js', |
| 1878 | '/trx_addons/js/__scripts-full.js', |
| 1879 | '/trx_addons/components/cpt/layouts/shortcodes/menu/superfish.min.js', |
| 1880 | ], |
| 1881 | ], |
| 1882 | 'two_645cf48d4587d_85e0b642798ad04e0be38bd5376cecd5' => [ |
| 1883 | 'title' => 'Thrive Architect', |
| 1884 | 'type' => 'plugin', |
| 1885 | 'condition' => 'thrive-visual-editor/thrive-visual-editor.php', |
| 1886 | 'name' => 'thrive-visual-editor', |
| 1887 | 'scripts' => [ |
| 1888 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1889 | '/jquery-migrate(.min)?.js', |
| 1890 | ], |
| 1891 | ], |
| 1892 | 'two_645cf48d4587e_e057fbf678f02f69ced40e8950e4622d' => [ |
| 1893 | 'title' => 'Thrive Comments', |
| 1894 | 'condition' => 'thrive-comments/thrive-comments.php', |
| 1895 | 'type' => 'plugin', |
| 1896 | 'name' => 'thrive-comments', |
| 1897 | 'scripts' => [ |
| 1898 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1899 | '/jquery-migrate(.min)?.js', |
| 1900 | '/thrive-leads/', |
| 1901 | 'window.TL_Const', |
| 1902 | 'var ml=', |
| 1903 | '/thrive-comments/assets/js/', |
| 1904 | 'ThriveComments', |
| 1905 | '/wp-includes/js/underscore.min.js', |
| 1906 | '/wp-includes/js/backbone.min.js', |
| 1907 | ], |
| 1908 | ], |
| 1909 | 'two_645cf48d4587f_8c1f6b7ef9cb89b04d2ffec1bb4672e9' => [ |
| 1910 | 'title' => 'Thrive Leads', |
| 1911 | 'type' => 'plugin', |
| 1912 | 'condition' => 'thrive-leads/thrive-leads.php', |
| 1913 | 'name' => 'thrive-leads', |
| 1914 | 'scripts' => [ |
| 1915 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1916 | '/jquery-migrate(.min)?.js', |
| 1917 | '/thrive-leads/', |
| 1918 | 'window.TL_Const', |
| 1919 | 'var ml=', |
| 1920 | '/thrive-comments/assets/js/', |
| 1921 | 'ThriveComments', |
| 1922 | '/wp-includes/js/underscore.min.js', |
| 1923 | '/wp-includes/js/backbone.min.js', |
| 1924 | ], |
| 1925 | ], |
| 1926 | 'two_645cf48d45880_3d7bc0277897c8269b000e82b5dd4f8e' => [ |
| 1927 | 'title' => 'Thrive Quiz Builder', |
| 1928 | 'type' => 'plugin', |
| 1929 | 'condition' => 'thrive-quiz-builder/thrive-quiz-builder.php', |
| 1930 | 'name' => 'thrive-quiz-builder', |
| 1931 | 'scripts' => [ |
| 1932 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1933 | '/jquery-migrate(.min)?.js', |
| 1934 | ], |
| 1935 | ], |
| 1936 | 'two_645cf48d45881_26d4f0054f38f60f2ddcba5d83d85a5d' => [ |
| 1937 | 'title' => 'Thrive Ultimatum', |
| 1938 | 'type' => 'plugin', |
| 1939 | 'condition' => 'thrive-ultimatum/thrive-ultimatum.php', |
| 1940 | 'name' => 'thrive-ultimatum', |
| 1941 | 'scripts' => [ |
| 1942 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1943 | '/jquery-migrate(.min)?.js', |
| 1944 | '/thrive-ultimatum/', |
| 1945 | 'var TVE_Ult_', |
| 1946 | ], |
| 1947 | ], |
| 1948 | 'two_645cf48d45882_d997fb50626636680094c8f90b56c62a' => [ |
| 1949 | 'title' => 'Tidio Chat', |
| 1950 | 'type' => 'plugin', |
| 1951 | 'condition' => 'tidio-live-chat/tidio-elements.php', |
| 1952 | 'name' => 'tidio-live-chat', |
| 1953 | 'scripts' => [ |
| 1954 | 'document.tidioChatCode', |
| 1955 | ], |
| 1956 | ], |
| 1957 | 'two_645cf48d45883_b8604c217fc5f86e6c05da7b409526b1' => [ |
| 1958 | 'title' => 'Toolset Blocks', |
| 1959 | 'type' => 'plugin', |
| 1960 | 'condition' => 'toolset-blocks/wp-views.php', |
| 1961 | 'name' => 'toolset-blocks', |
| 1962 | 'scripts' => [ |
| 1963 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1964 | '/jquery-migrate(.min)?.js', |
| 1965 | 'toolsetCommonEs.fontToHead', |
| 1966 | 'toolsetCommonEs.styleToHead', |
| 1967 | '/toolset-blocks/vendor/toolset/blocks/public/js/frontend.js', |
| 1968 | '/toolset-blocks/vendor/toolset/common-es/public/toolset-common-es-frontend.js', |
| 1969 | '/toolset-blocks/public/js/views-frontend.js', |
| 1970 | '/wp-includes/js/underscore.min.js', |
| 1971 | ], |
| 1972 | ], |
| 1973 | 'two_645cf48d45884_642b197507032b458ec9b91eaed4f945' => [ |
| 1974 | 'title' => 'Top Bar Pro', |
| 1975 | 'type' => 'plugin', |
| 1976 | 'condition' => 'topbar-pro/topbar_pro.php', |
| 1977 | 'name' => 'topbar-pro', |
| 1978 | 'scripts' => [ |
| 1979 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1980 | '/jquery-migrate(.min)?.js', |
| 1981 | '/plugins/topbar-pro/js/tpbr_front.min.js', |
| 1982 | '/plugins/topbar-pro/js/jquery.cookie.js', |
| 1983 | ], |
| 1984 | ], |
| 1985 | 'two_645cf48d45885_a50a12eee7caab7848728e0a59d96852' => [ |
| 1986 | 'title' => 'Twenty20 Image Before-After', |
| 1987 | 'condition' => 'twenty20/ttwenty.php', |
| 1988 | 'type' => 'plugin', |
| 1989 | 'name' => 'twenty20', |
| 1990 | 'scripts' => [ |
| 1991 | '/twenty20/assets/js/(.*).js', |
| 1992 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 1993 | '/jquery-migrate(.min)?.js', |
| 1994 | 'twentytwenty-container', |
| 1995 | ], |
| 1996 | ], |
| 1997 | 'two_645cf48d45886_31ced0f8849effad2045b92524518e00' => [ |
| 1998 | 'title' => 'UberMenu', |
| 1999 | 'type' => 'plugin', |
| 2000 | 'condition' => 'ubermenu/ubermenu.php', |
| 2001 | 'name' => 'ubermenu', |
| 2002 | 'scripts' => [ |
| 2003 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2004 | '/jquery-migrate(.min)?.js', |
| 2005 | '/ubermenu/assets/js/ubermenu.min.js', |
| 2006 | ], |
| 2007 | ], |
| 2008 | 'two_645cf48d45887_2bb7eccbd7f27ccb4f355d98012aa229' => [ |
| 2009 | 'title' => 'Ultimate Addons for Elementor', |
| 2010 | 'type' => 'plugin', |
| 2011 | 'condition' => 'ultimate-elementor/ultimate-elementor.php', |
| 2012 | 'name' => 'ultimate-elementor', |
| 2013 | 'scripts' => [ |
| 2014 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2015 | '/jquery-migrate(.min)?.js', |
| 2016 | '/ultimate-elementor/assets/lib/slick/slick.min.js', |
| 2017 | '/ultimate-elementor/assets/min-js/uael-frontend.min.js', |
| 2018 | '/ultimate-elementor/assets/lib/isotope/isotope.min.js', |
| 2019 | '/ultimate-elementor/assets/lib/jquery-element-resize/jquery_resize.min.js', |
| 2020 | '/ultimate-elementor/assets/lib/fancybox/jquery_fancybox.min.js', |
| 2021 | '/ultimate-elementor/assets/lib/justifiedgallery/justifiedgallery.min.js', |
| 2022 | '/elementor-pro/assets/js/frontend.min.js', |
| 2023 | '/wp-includes/js/imagesloaded.min.js', |
| 2024 | '/js_composer/assets/js/dist/js_composer_front.min.js', |
| 2025 | '/elementor/assets/lib/swiper/swiper.min.js', |
| 2026 | '/nasa-core/assets/js/min/jquery.slick.min.js', |
| 2027 | '/elementor/', |
| 2028 | '/elementor-pro/', |
| 2029 | 'ElementorProFrontendConfig', |
| 2030 | 'elementorFrontendConfig', |
| 2031 | ], |
| 2032 | ], |
| 2033 | 'two_645cf48d45888_03dd61c3b8e91ff9ad2ca2f521d4731d' => [ |
| 2034 | 'title' => 'Ultimate Addons for WPBakery Page Builder', |
| 2035 | 'type' => 'plugin', |
| 2036 | 'condition' => 'Ultimate_VC_Addons/Ultimate_VC_Addons.php', |
| 2037 | 'name' => 'Ultimate_VC_Addons', |
| 2038 | 'scripts' => [ |
| 2039 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2040 | '/jquery-migrate(.min)?.js', |
| 2041 | '/Ultimate_VC_Addons/assets/', |
| 2042 | ], |
| 2043 | ], |
| 2044 | 'two_645cf48d45889_90b2d88b116a41fe40722a984a44d4a9' => [ |
| 2045 | 'title' => 'Ultimate Responsive Image Slider', |
| 2046 | 'type' => 'plugin', |
| 2047 | 'condition' => 'ultimate-responsive-image-slider/ultimate-responsive-image-slider.php', |
| 2048 | 'name' => 'ultimate-responsive-image-slider', |
| 2049 | 'scripts' => [ |
| 2050 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2051 | '/jquery-migrate(.min)?.js', |
| 2052 | 'sliderPro', |
| 2053 | ], |
| 2054 | ], |
| 2055 | 'two_645cf48d4588a_bf206196c9f0e97beac6ec6f96225740' => [ |
| 2056 | 'title' => 'Variation Swatches for WooCommerce', |
| 2057 | 'type' => 'plugin', |
| 2058 | 'condition' => 'woo-variation-swatches/woo-variation-swatches.php', |
| 2059 | 'name' => 'woo-variation-swatches', |
| 2060 | 'scripts' => [ |
| 2061 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2062 | '/jquery-migrate(.min)?.js', |
| 2063 | '/jquery/ui/', |
| 2064 | '/woo-variation-swatches/', |
| 2065 | '/woo-variation-swatches-pro/', |
| 2066 | 'underscore.min.js', |
| 2067 | ], |
| 2068 | ], |
| 2069 | 'two_645cf48d4588b_994aeb29e16a9850c4104f17432b3799' => [ |
| 2070 | 'title' => 'Web Accessibility By accessiBe', |
| 2071 | 'type' => 'plugin', |
| 2072 | 'condition' => 'accessibe/accessiebe.php', |
| 2073 | 'name' => 'accessibe', |
| 2074 | 'scripts' => [ |
| 2075 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2076 | '/jquery-migrate(.min)?.js', |
| 2077 | '/accessibe/', |
| 2078 | 'acsbJS', |
| 2079 | ], |
| 2080 | ], |
| 2081 | 'two_645cf48d4588c_8f75db0d150349427c89b9ab2b13ba99' => [ |
| 2082 | 'title' => 'WooCommerce - Cart Fragments', |
| 2083 | 'condition' => 'woocommerce/woocommerce.php', |
| 2084 | 'type' => 'plugin', |
| 2085 | 'name' => 'woocommerce', |
| 2086 | 'scripts' => [ |
| 2087 | '/wp-includes/js/jquery/jquery.min.js', |
| 2088 | '/woocommerce/assets/js/frontend/cart-fragments.min.js', |
| 2089 | '/woocommerce/assets/js/js-cookie/js.cookie.min.js', |
| 2090 | ], |
| 2091 | ], |
| 2092 | 'two_645cf48d4588d_89a88af326491c608298632f360b019e' => [ |
| 2093 | 'title' => 'WooCommerce - Product description', |
| 2094 | 'condition' => 'woocommerce/woocommerce.php', |
| 2095 | 'type' => 'plugin', |
| 2096 | 'name' => 'woocommerce', |
| 2097 | 'scripts' => [ |
| 2098 | '/plugins/woocommerce/assets/js/frontend/single-product.min.js', |
| 2099 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2100 | '/jquery-migrate(.min)?.js', |
| 2101 | ], |
| 2102 | ], |
| 2103 | 'two_645cf48d4588e_dc4f749fd6da152c7dfe5c715c8b2c34' => [ |
| 2104 | 'title' => 'WooCommerce - Product Gallery', |
| 2105 | 'condition' => 'woocommerce/woocommerce.php', |
| 2106 | 'type' => 'plugin', |
| 2107 | 'name' => 'woocommerce', |
| 2108 | 'scripts' => [ |
| 2109 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2110 | '/jquery-migrate(.min)?.js', |
| 2111 | '/woocommerce/(.*)/assets/js/zoom/jquery.zoom.min.js', |
| 2112 | '/woocommerce/(.*)/assets/js/photoswipe/', |
| 2113 | '/woocommerce/(.*)/assets/js/flexslider/jquery.flexslider.min.js', |
| 2114 | '/woocommerce/(.*)/assets/js/frontend/single-product.min.js', |
| 2115 | 'wc_single_product_params', |
| 2116 | ], |
| 2117 | ], |
| 2118 | 'two_645cf48d4588f_9dfe34b6ee9a111482934c31d40e06f8' => [ |
| 2119 | 'title' => 'WooCommerce - Select2 library', |
| 2120 | 'condition' => 'woocommerce/woocommerce.php', |
| 2121 | 'type' => 'plugin', |
| 2122 | 'name' => 'woocommerce', |
| 2123 | 'scripts' => [ |
| 2124 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2125 | '/jquery-migrate(.min)?.js', |
| 2126 | '/woocommerce/assets/js/select2/select2(.*).js', |
| 2127 | ], |
| 2128 | ], |
| 2129 | 'two_645cf48d45890_6de7eac3b4716f175eceaf68bfb5ea83' => [ |
| 2130 | 'title' => 'WooCommerce Attribute Swatches', |
| 2131 | 'type' => 'plugin', |
| 2132 | 'condition' => 'iconic-woo-attribute-swatches-premium/iconic-woo-attribute-swatches.php', |
| 2133 | 'name' => 'iconic-woo-attribute-swatches-premium', |
| 2134 | 'scripts' => [ |
| 2135 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2136 | '/jquery-migrate(.min)?.js', |
| 2137 | '/iconic-woo-attribute-swatches-premium/assets/frontend/js/main.min.js', |
| 2138 | '/iconic-woo-attribute-swatches-premium/assets/vendor/flickity/flickity.pkgd.min.js', |
| 2139 | 'iconic_was_vars', |
| 2140 | ], |
| 2141 | ], |
| 2142 | 'two_645cf48d45891_aead199f6a89870e6d65cb9782756202' => [ |
| 2143 | 'title' => 'WooCommerce Bookings', |
| 2144 | 'condition' => 'woocommerce-bookings/woocommerce-bookings.php', |
| 2145 | 'type' => 'plugin', |
| 2146 | 'name' => 'woocommerce-bookings', |
| 2147 | 'scripts' => [ |
| 2148 | '/wp-includes/js/jquery/jquery.min.js', |
| 2149 | '/wp-includes/js/jquery/jquery-migrate.min.js', |
| 2150 | '/woocommerce-bookings/dist/frontend.js', |
| 2151 | '/wp-includes/js/dist/date.min.js', |
| 2152 | '/wp-includes/js/dist/vendor/moment.min.js', |
| 2153 | '/wp-includes/js/jquery/ui/datepicker.min.js', |
| 2154 | '/wp-includes/js/underscore.min.js', |
| 2155 | '/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js', |
| 2156 | ], |
| 2157 | ], |
| 2158 | 'two_645cf48d45892_e3ab7d3b92d8049089dc6eb7a8384d51' => [ |
| 2159 | 'title' => 'WooCommerce Product Reviews Pro', |
| 2160 | 'type' => 'plugin', |
| 2161 | 'condition' => 'woocommerce-product-reviews-pro/woocommerce-product-reviews-pro.php', |
| 2162 | 'name' => 'woocommerce-product-reviews-pro', |
| 2163 | 'scripts' => [ |
| 2164 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2165 | '/jquery-migrate(.min)?.js', |
| 2166 | 'wc_product_reviews_pro', |
| 2167 | '/woocommerce-product-reviews-pro/assets/js/frontend/wc-product-reviews-pro-frontend.min.js', |
| 2168 | '/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.min.js', |
| 2169 | ], |
| 2170 | ], |
| 2171 | 'two_645cf48d45893_88ad6319715de5d351dc477ad1933191' => [ |
| 2172 | 'title' => 'WooCommerce TM Extra Product Options', |
| 2173 | 'type' => 'plugin', |
| 2174 | 'condition' => 'woocommerce-tm-extra-product-options/tm-woo-extra-product-options.php', |
| 2175 | 'name' => 'woocommerce-tm-extra-product-options', |
| 2176 | 'scripts' => [ |
| 2177 | '/woocommerce-tm-extra-product-options/assets/js/epo.min.js', |
| 2178 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2179 | '/jquery-migrate(.min)?.js', |
| 2180 | '/wp-includes/js/jquery/ui/core.min.js', |
| 2181 | '/wp-includes/js/jquery/ui/mouse.min.js', |
| 2182 | '/wp-includes/js/jquery/ui/slider.min.js', |
| 2183 | '/wp-includes/js/underscore.min.js', |
| 2184 | '/wp-includes/js/wp-util.min.js', |
| 2185 | '/wp-includes/js/dist/hooks.js', |
| 2186 | '/wp-includes/js/dist/i18n.js', |
| 2187 | ], |
| 2188 | ], |
| 2189 | 'two_645cf48d45894_eb202e23c6597e45731be5016e420bba' => [ |
| 2190 | 'title' => 'WooLentor', |
| 2191 | 'type' => 'plugin', |
| 2192 | 'condition' => 'woolentor-addons/woolentor_addons_elementor.php', |
| 2193 | 'name' => 'woolentor-addons', |
| 2194 | 'scripts' => [ |
| 2195 | '/woolementor/assets/third-party/slick/slick.min.js', |
| 2196 | '/woolentor-addons', |
| 2197 | 'woolentor_addons', |
| 2198 | ], |
| 2199 | ], |
| 2200 | 'two_645cf48d45895_7640b26d3d04409ea38c56a19ce327d4' => [ |
| 2201 | 'title' => 'WooThumbs for WooCommerce', |
| 2202 | 'condition' => 'woothumbs-premium/woothumbs-premium.php', |
| 2203 | 'type' => 'plugin', |
| 2204 | 'name' => 'woothumbs-premium', |
| 2205 | 'scripts' => [ |
| 2206 | '/wp-includes/js/dist/hooks.min.js', |
| 2207 | '/wp-includes/js/underscore.min.js', |
| 2208 | '/wp-includes/js/wp-embed.min.js', |
| 2209 | '/wp-includes/js/wp-util.min.js', |
| 2210 | '/woothumbs-premium/(.*)', |
| 2211 | ], |
| 2212 | ], |
| 2213 | 'two_645cf48d45896_14e111f6c4e28459d0f8d60b81eb7f7a' => [ |
| 2214 | 'title' => 'WordPress Mega Menu – QuadMenu', |
| 2215 | 'type' => 'plugin', |
| 2216 | 'condition' => 'quadmenu/quadmenu.php', |
| 2217 | 'name' => 'quadmenu', |
| 2218 | 'scripts' => [ |
| 2219 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2220 | '/jquery-migrate(.min)?.js', |
| 2221 | '/quadmenu', |
| 2222 | '#private-menu', |
| 2223 | '#public-menu', |
| 2224 | ], |
| 2225 | ], |
| 2226 | 'two_645cf48d45897_bea94347de1f6b034ccf355435a70477' => [ |
| 2227 | 'title' => 'WP Armour', |
| 2228 | 'type' => 'plugin', |
| 2229 | 'condition' => 'wp-armour-extended/wp-armour-extended.php', |
| 2230 | 'name' => 'wp-armour-extended', |
| 2231 | 'scripts' => [ |
| 2232 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2233 | '/jquery-migrate(.min)?.js', |
| 2234 | '/honeypot/includes/js/wpa.js', |
| 2235 | '/wp-armour-extended/includes/js/wpae.js', |
| 2236 | 'wpa_hidden_field', |
| 2237 | 'wpa_add_test', |
| 2238 | ], |
| 2239 | ], |
| 2240 | 'two_645cf48d45898_d33c409659795f4d93ca1af6cfda188a' => [ |
| 2241 | 'title' => 'WP Go Maps', |
| 2242 | 'type' => 'plugin', |
| 2243 | 'condition' => 'wp-google-maps/wpGoogleMaps.php', |
| 2244 | 'name' => 'wp-google-maps', |
| 2245 | 'scripts' => [ |
| 2246 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2247 | '/jquery-migrate(.min)?.js', |
| 2248 | 'maps.googleapis.com', |
| 2249 | ], |
| 2250 | ], |
| 2251 | 'two_645cf48d45899_bdd1ada6a39861b83026d52ffd2609c7' => [ |
| 2252 | 'title' => 'WP Google Map Pro', |
| 2253 | 'condition' => 'wp-google-map-gold/wp-google-map-gold.php', |
| 2254 | 'type' => 'plugin', |
| 2255 | 'name' => 'wp-google-map-gold', |
| 2256 | 'scripts' => [ |
| 2257 | '/wp-includes/js/jquery/jquery.min.js', |
| 2258 | '/wp-includes/js/jquery/jquery-migrate.min.js', |
| 2259 | 'maps.google.com/maps/api/js', |
| 2260 | '/wp-includes/js/masonry.min.js', |
| 2261 | '/wp-google-map-gold/(.*)', |
| 2262 | ], |
| 2263 | ], |
| 2264 | 'two_645cf48d4589a_58811e242730278d7061d6206ac13b5a' => [ |
| 2265 | 'title' => 'WP Google Maps Pro', |
| 2266 | 'type' => 'plugin', |
| 2267 | 'condition' => 'wp-google-maps-pro/wp-google-maps-pro.php', |
| 2268 | 'name' => 'wp-google-maps-pro', |
| 2269 | 'scripts' => [ |
| 2270 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2271 | '/jquery-migrate(.min)?.js', |
| 2272 | '/wp-google-maps(.*)', |
| 2273 | 'maps.googleapis.com', |
| 2274 | 'mgl_', |
| 2275 | 'wpgmza', |
| 2276 | ], |
| 2277 | ], |
| 2278 | 'two_645cf48d4589b_40b8fd60080354f284aefa2d44a0e951' => [ |
| 2279 | 'title' => 'WP iCal Availability', |
| 2280 | 'type' => 'plugin', |
| 2281 | 'condition' => 'wp-ical-availability/wp-ical-availability.php', |
| 2282 | 'name' => 'wp-ical-availability', |
| 2283 | 'scripts' => [ |
| 2284 | '/wp-ical-availability/js/custom-select.js', |
| 2285 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2286 | '/jquery-migrate(.min)?.js', |
| 2287 | '/wp-ical-availability/', |
| 2288 | ], |
| 2289 | ], |
| 2290 | 'two_645cf48d4589c_37d3ebbe175c8b002ab7f6917d22deea' => [ |
| 2291 | 'title' => 'WP MapIt', |
| 2292 | 'condition' => 'wp-mapit/wp_mapit.php', |
| 2293 | 'type' => 'plugin', |
| 2294 | 'name' => 'wp-mapit', |
| 2295 | 'scripts' => [ |
| 2296 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2297 | '/jquery-migrate(.min)?.js', |
| 2298 | '/wp-mapit/wp_mapit/js/leaflet.js', |
| 2299 | '/wp-mapit/wp_mapit/js/wp_mapit_multipin.js', |
| 2300 | ], |
| 2301 | ], |
| 2302 | 'two_645cf48d4589d_4c8477716f5dd1b71c685d6066c0e1db' => [ |
| 2303 | 'title' => 'WP Responsive Menu', |
| 2304 | 'type' => 'plugin', |
| 2305 | 'condition' => 'wp-responsive-menu/wp-responsive-menu.php', |
| 2306 | 'name' => 'wp-responsive-menu', |
| 2307 | 'scripts' => [ |
| 2308 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2309 | '/jquery-migrate(.min)?.js', |
| 2310 | '/wp-responsive-menu/(.*)', |
| 2311 | ], |
| 2312 | ], |
| 2313 | 'two_645cf48d4589e_eac09456690e197084c37e0a6fb03a52' => [ |
| 2314 | 'title' => 'WP Search with Algolia', |
| 2315 | 'condition' => 'wp-search-with-algolia/algolia.php', |
| 2316 | 'type' => 'plugin', |
| 2317 | 'name' => 'wp-search-with-algolia', |
| 2318 | 'scripts' => [ |
| 2319 | '/wp-search-with-algolia/js/algoliasearch/dist/algoliasearch-lite.umd.js', |
| 2320 | '/wp-search-with-algolia/js/autocomplete-noconflict.js', |
| 2321 | '/wp-search-with-algolia/js/autocomplete.js/dist/autocomplete.min.js', |
| 2322 | 'var algolia', |
| 2323 | ], |
| 2324 | ], |
| 2325 | 'two_645cf48d4589f_d7fb4c819a66aff0a0160a8d23631c6c' => [ |
| 2326 | 'title' => 'WP Smart Preloader', |
| 2327 | 'type' => 'plugin', |
| 2328 | 'condition' => 'wp-smart-preloader/wp-preloader.php', |
| 2329 | 'name' => 'wp-smart-preloader', |
| 2330 | 'scripts' => [ |
| 2331 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js ', |
| 2332 | '/jquery-migrate(.min)?.js', |
| 2333 | '/wp-smart-preloader/assets/js/wsp-main-script(.min)?.js', |
| 2334 | ], |
| 2335 | ], |
| 2336 | 'two_645cf48d458a0_0e1c55b7ea07b3a470cdd8a6f6f39e75' => [ |
| 2337 | 'title' => 'WP Store Locator', |
| 2338 | 'type' => 'plugin', |
| 2339 | 'condition' => 'wp-store-locator/wp-store-locator.php', |
| 2340 | 'name' => 'wp-store-locator', |
| 2341 | 'scripts' => [ |
| 2342 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js ', |
| 2343 | '/jquery-migrate(.min)?.js', |
| 2344 | '/wp-store-locator/', |
| 2345 | '/wp-includes/js/underscore.min.js', |
| 2346 | 'maps.google.com', |
| 2347 | ], |
| 2348 | ], |
| 2349 | 'two_645cf48d458a1_4a9a34a4e9fe40c25e24bf0a84a9921f' => [ |
| 2350 | 'title' => 'WPBakery Page Builder', |
| 2351 | 'type' => 'plugin', |
| 2352 | 'condition' => 'js_composer/js_composer.php', |
| 2353 | 'name' => 'js_composer', |
| 2354 | 'scripts' => [ |
| 2355 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2356 | '/jquery-migrate(.min)?.js', |
| 2357 | '/js_composer/assets/js/dist/js_composer_front.min.js', |
| 2358 | ], |
| 2359 | ], |
| 2360 | 'two_645cf48d458a2_425f55fd76d1eb3f29d1874a5069a792' => [ |
| 2361 | 'title' => 'wpDataTables', |
| 2362 | 'type' => 'plugin', |
| 2363 | 'condition' => 'wpdatatables/wpdatatables.php', |
| 2364 | 'name' => 'wpdatatables', |
| 2365 | 'scripts' => [ |
| 2366 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2367 | '/jquery-migrate(.min)?.js', |
| 2368 | '/wpdatatables/', |
| 2369 | 'highcharts', |
| 2370 | ], |
| 2371 | ], |
| 2372 | 'two_645cf48d458a3_86f3f3a908b94d646722318dd4ad746d' => [ |
| 2373 | 'title' => 'WPForms', |
| 2374 | 'type' => 'plugin', |
| 2375 | 'condition' => 'wpforms/wpforms.php', |
| 2376 | 'name' => 'wpforms', |
| 2377 | 'scripts' => [ |
| 2378 | '/wpforms-offline-forms/assets/js/wpforms-offline-forms.min.js', |
| 2379 | 'wpforms-offline-forms-js-extra', |
| 2380 | 'wpformsRecaptchaLoad', |
| 2381 | ], |
| 2382 | ], |
| 2383 | 'two_645cf48d458a4_5dff5fa3a8414b0ad8b81ec5bbe68291' => [ |
| 2384 | 'title' => 'WPForms Lite', |
| 2385 | 'type' => 'plugin', |
| 2386 | 'condition' => 'wpforms-lite/wpforms.php', |
| 2387 | 'name' => 'wpforms-lite', |
| 2388 | 'scripts' => [ |
| 2389 | 'wpformsRecaptchaLoad', |
| 2390 | '/wpforms-offline-forms/assets/js/wpforms-offline-forms.min.js', |
| 2391 | 'wpforms-offline-forms-js-extra', |
| 2392 | ], |
| 2393 | ], |
| 2394 | 'two_645cf48d458a5_3407dcdc7517fdccc9c4fc8895af860e' => [ |
| 2395 | 'title' => 'XL WooCommerce Sales Triggers', |
| 2396 | 'condition' => 'xl-woocommerce-sales-triggers/xl-woocommerce-sales-triggers.php', |
| 2397 | 'type' => 'plugin', |
| 2398 | 'name' => 'xl-woocommerce-sales-triggers', |
| 2399 | 'scripts' => [ |
| 2400 | '/xl-woocommerce-sales-triggers/assets/js/wcst_combined.min.js', |
| 2401 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2402 | '/jquery-migrate(.min)?.js', |
| 2403 | ], |
| 2404 | ], |
| 2405 | 'two_645cf48d458a6_e5246c8a216af2ad1a956b3cb7b4a3f3' => [ |
| 2406 | 'title' => 'YITH WooCommerce Ajax Product Filter', |
| 2407 | 'type' => 'plugin', |
| 2408 | 'condition' => 'yith-woocommerce-ajax-navigation/init.php', |
| 2409 | 'name' => 'yith-woocommerce-ajax-navigation', |
| 2410 | 'scripts' => [ |
| 2411 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2412 | '/jquery-migrate(.min)?.js', |
| 2413 | '/yith-woocommerce-ajax-navigation/assets/js/yith-wcan-shortcodes.min.js', |
| 2414 | ], |
| 2415 | ], |
| 2416 | 'two_645cf48d458a7_0292d85acc16e73127344845224b8e02' => [ |
| 2417 | 'title' => 'YITH WooCommerce AJAX Product Filter Premium', |
| 2418 | 'type' => 'plugin', |
| 2419 | 'condition' => 'yith-woocommerce-ajax-product-filter-premium/init.php', |
| 2420 | 'name' => 'yith-woocommerce-ajax-product-filter-premium', |
| 2421 | 'scripts' => [ |
| 2422 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2423 | '/jquery-migrate(.min)?.js', |
| 2424 | '/yith-woocommerce-ajax-product-filter-premium/assets/js/yith-wcan-shortcodes.min.js', |
| 2425 | ], |
| 2426 | ], |
| 2427 | 'two_645cf48d458a8_a111a3ee5e75b4dcd69b155b49bef93e' => [ |
| 2428 | 'title' => 'Yotpo Social Reviews for Woocommerce', |
| 2429 | 'condition' => 'yotpo-social-reviews-for-woocommerce/wc_yotpo.php', |
| 2430 | 'type' => 'plugin', |
| 2431 | 'name' => 'yotpo-social-reviews-for-woocommerce', |
| 2432 | 'scripts' => [ |
| 2433 | '/yotpo-social-reviews-for-woocommerce/assets/js/headerScript.js', |
| 2434 | ], |
| 2435 | ], |
| 2436 | ], |
| 2437 | 'themes' => [ |
| 2438 | 'two_645cf52ebfc5c_acbd78e51f286f2db143304fc092ce21' => [ |
| 2439 | 'title' => 'Andaman', |
| 2440 | 'type' => 'theme', |
| 2441 | 'condition' => 'andaman', |
| 2442 | 'scripts' => [ |
| 2443 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2444 | '/jquery-migrate(.min)?.js', |
| 2445 | '/andaman/assets/js/', |
| 2446 | '/wp-andaman-plugins/shortcodes/vc_extend/', |
| 2447 | ], |
| 2448 | ], |
| 2449 | 'two_645cf52ebfc6f_878d780344ee270a206eb5decde77dd8' => [ |
| 2450 | 'title' => 'Artale', |
| 2451 | 'type' => 'theme', |
| 2452 | 'condition' => 'artale', |
| 2453 | 'scripts' => [ |
| 2454 | '/artale-elementor/assets/js/modulobox.js', |
| 2455 | '/artale-elementor/assets/js/artale-elementor.js', |
| 2456 | '/artale/js/jquery-stellar.js', |
| 2457 | '/artale/js/core/artale-plugins.js', |
| 2458 | '/artale/js/core/artale-custom.js', |
| 2459 | 'var loader', |
| 2460 | ], |
| 2461 | ], |
| 2462 | 'two_645cf52ebfc72_9dbb40d076c4df840899d7f16de0f206' => [ |
| 2463 | 'title' => 'Astra', |
| 2464 | 'condition' => 'astra', |
| 2465 | 'type' => 'theme', |
| 2466 | 'scripts' => [ |
| 2467 | '/astra/assets/js/minified/frontend.min.js', |
| 2468 | ], |
| 2469 | ], |
| 2470 | 'two_645cf52ebfc73_4fb1219e596ab09acda232fa6d188f4d' => [ |
| 2471 | 'title' => 'Astra - Carousel', |
| 2472 | 'type' => 'theme', |
| 2473 | 'condition' => 'astra', |
| 2474 | 'scripts' => [ |
| 2475 | 'var astra', |
| 2476 | '/astra/assets/js/minified/style.min.js', |
| 2477 | ], |
| 2478 | ], |
| 2479 | 'two_645cf52ebfc75_b99f0c7b1af5bc0b2cd584985a9ce063' => [ |
| 2480 | 'title' => 'Auteur', |
| 2481 | 'condition' => 'g5plus-auteur', |
| 2482 | 'type' => 'theme', |
| 2483 | 'scripts' => [ |
| 2484 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2485 | '/jquery-migrate(.min)?.js', |
| 2486 | '/g5plus-auteur/assets/js/core.min.js', |
| 2487 | '/g5plus-auteur/assets/vendors/', |
| 2488 | '/auteur-framework/libs/smart-framework/assets/vendors/perfect-scrollbar/js/perfect-scrollbar.jquery.min.js', |
| 2489 | '/wp-includes/js/imagesloaded.min.js', |
| 2490 | ], |
| 2491 | ], |
| 2492 | 'two_645cf52ebfc76_91a9659f8af296d8c8bbf929eb8dab86' => [ |
| 2493 | 'title' => 'AutoTrader', |
| 2494 | 'condition' => 'autotrader', |
| 2495 | 'type' => 'theme', |
| 2496 | 'scripts' => [ |
| 2497 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2498 | '/jquery-migrate(.min)?.js', |
| 2499 | '/autotrader/(.*).js', |
| 2500 | ], |
| 2501 | ], |
| 2502 | 'two_645cf52ebfc78_9792e4242d5bc05aab874b54c677407b' => [ |
| 2503 | 'title' => 'Avada - Animations & mobile-specific actions', |
| 2504 | 'type' => 'theme', |
| 2505 | 'condition' => 'Avada', |
| 2506 | 'scripts' => [ |
| 2507 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2508 | '/jquery-migrate(.min)?.js', |
| 2509 | '/uploads/fusion-scripts/(.*).js', |
| 2510 | 'window.off_canvas_', |
| 2511 | '/plugins/fusion-builder/', |
| 2512 | '/plugins/fusion-core/', |
| 2513 | '/Avada/includes/', |
| 2514 | ], |
| 2515 | ], |
| 2516 | 'two_645cf52ebfc79_00067b261d9353ab4ef054dcc36adbe0' => [ |
| 2517 | 'title' => 'Avada - FAQ shortcode', |
| 2518 | 'condition' => 'Avada', |
| 2519 | 'type' => 'theme', |
| 2520 | 'scripts' => [ |
| 2521 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2522 | '/jquery-migrate(.min)?.js', |
| 2523 | '/plugins/fusion-core/js/min/avada-faqs.js', |
| 2524 | ], |
| 2525 | ], |
| 2526 | 'two_645cf52ebfc7a_f5ce7fefe7a07fe1a55352f21f572b48' => [ |
| 2527 | 'title' => 'Avada - Fusion carousel', |
| 2528 | 'type' => 'theme', |
| 2529 | 'condition' => 'Avada', |
| 2530 | 'scripts' => [ |
| 2531 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2532 | '/jquery-migrate(.min)?.js', |
| 2533 | '/includes/lib/assets/min/js/library/jquery.carouFredSel.js', |
| 2534 | '/includes/lib/assets/min/js/general/fusion-carousel.js', |
| 2535 | 'fusionCarouselVars', |
| 2536 | ], |
| 2537 | ], |
| 2538 | 'two_645cf52ebfc7c_2c8ae978f9f48a5fe31fe72b3021edde' => [ |
| 2539 | 'title' => 'Avada - Fusion form', |
| 2540 | 'type' => 'theme', |
| 2541 | 'condition' => 'Avada', |
| 2542 | 'scripts' => [ |
| 2543 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2544 | '/jquery-migrate(.min)?.js', |
| 2545 | '/fusion-builder/assets/js/min/general/fusion-form.js', |
| 2546 | '/fusion-builder/assets/js/min/general/fusion-form-logics.js', |
| 2547 | '/includes/lib/assets/min/js/library/cssua.js', |
| 2548 | '/includes/lib/assets/min/js/general/fusion.js', |
| 2549 | '/includes/lib/assets/min/js/library/modernizr.js', |
| 2550 | ], |
| 2551 | ], |
| 2552 | 'two_645cf52ebfc7d_91980282d90630c5e67507929b2ddc73' => [ |
| 2553 | 'title' => 'Avada - Fusion grid gallery', |
| 2554 | 'type' => 'theme', |
| 2555 | 'condition' => 'Avada', |
| 2556 | 'scripts' => [ |
| 2557 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2558 | '/jquery-migrate(.min)?.js', |
| 2559 | '/fusion-builder/assets/js/min/general/fusion-gallery.js', |
| 2560 | '/includes/lib/assets/min/js/library/imagesLoaded.js', |
| 2561 | '/includes/lib/assets/min/js/library/isotope.js', |
| 2562 | '/includes/lib/assets/min/js/library/packery.js', |
| 2563 | '/includes/lib/assets/min/js/library/lazysizes.js', |
| 2564 | ], |
| 2565 | ], |
| 2566 | 'two_645cf52ebfc7e_80a87456bd48c6020155d9cf12d17a80' => [ |
| 2567 | 'title' => 'Avada - Fusion slider', |
| 2568 | 'type' => 'theme', |
| 2569 | 'condition' => 'Avada', |
| 2570 | 'scripts' => [ |
| 2571 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2572 | '/jquery-migrate(.min)?.js', |
| 2573 | '/fusion-core/js/min/avada-fusion-slider.js', |
| 2574 | '/Avada/includes/', |
| 2575 | ], |
| 2576 | ], |
| 2577 | 'two_645cf52ebfc7f_437dc3e4ca4d993bfdc4dcf150372ed1' => [ |
| 2578 | 'title' => 'Avada - Mobile menu', |
| 2579 | 'type' => 'theme', |
| 2580 | 'condition' => 'Avada', |
| 2581 | 'scripts' => [ |
| 2582 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2583 | '/jquery-migrate(.min)?.js', |
| 2584 | '/assets/min/js/general/avada-menu.js', |
| 2585 | '/includes/lib/assets/min/js/library/modernizr.js', |
| 2586 | '/includes/lib/assets/min/js/library/jquery.easing.js', |
| 2587 | ], |
| 2588 | ], |
| 2589 | 'two_645cf52ebfc82_fae8bcaf68bcd72f65678a2aeb3900cf' => [ |
| 2590 | 'title' => 'Avada - OffCanvas', |
| 2591 | 'type' => 'theme', |
| 2592 | 'condition' => 'Avada', |
| 2593 | 'scripts' => [ |
| 2594 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2595 | '/jquery-migrate(.min)?.js', |
| 2596 | '/uploads/fusion-scripts/(.*).min.js', |
| 2597 | 'window.off_canvas_', |
| 2598 | ], |
| 2599 | ], |
| 2600 | 'two_645cf52ebfc83_abe9205a4476e34eabab9ccc18a53be2' => [ |
| 2601 | 'title' => 'Avada - portfolio', |
| 2602 | 'type' => 'theme', |
| 2603 | 'condition' => 'Avada', |
| 2604 | 'scripts' => [ |
| 2605 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2606 | '/jquery-migrate(.min)?.js', |
| 2607 | '/library/packery.js', |
| 2608 | '/library/isotope.js', |
| 2609 | '/library/imagesLoaded.js', |
| 2610 | '/general/fusion-lightbox.js', |
| 2611 | '/fusion-core/js/min/avada-portfolio.js', |
| 2612 | ], |
| 2613 | ], |
| 2614 | 'two_645cf52ebfc84_332c9d1e787fbcf7f3dd3128f7be0413' => [ |
| 2615 | 'title' => 'Avada - Portfolio', |
| 2616 | 'type' => 'theme', |
| 2617 | 'condition' => 'Avada', |
| 2618 | 'scripts' => [ |
| 2619 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2620 | '/jquery-migrate(.min)?.js', |
| 2621 | '/includes/lib/assets/min/js/library/imagesLoaded.js', |
| 2622 | '/includes/lib/assets/min/js/library/isotope.js', |
| 2623 | '/includes/lib/assets/min/js/library/lazysizes.js', |
| 2624 | '/includes/lib/assets/min/js/library/modernizr.js', |
| 2625 | '/includes/lib/assets/min/js/library/packery.js', |
| 2626 | '/fusion-core/js/min/avada-portfolio.js', |
| 2627 | 'avadaPortfolioVars', |
| 2628 | ], |
| 2629 | ], |
| 2630 | 'two_645cf52ebfc85_064ad937ff031aabca2ad4624fa013db' => [ |
| 2631 | 'title' => 'Avada - Sticky menu', |
| 2632 | 'type' => 'theme', |
| 2633 | 'condition' => 'Avada', |
| 2634 | 'scripts' => [ |
| 2635 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2636 | '/jquery-migrate(.min)?.js', |
| 2637 | '/Avada/assets/min/js/general/avada-menu.js', |
| 2638 | ], |
| 2639 | ], |
| 2640 | 'two_645cf52ebfc87_e15a94c53b754deae40fa3527edb7793' => [ |
| 2641 | 'title' => 'Avada - WooCommerce product gallery', |
| 2642 | 'type' => 'theme', |
| 2643 | 'condition' => 'Avada', |
| 2644 | 'scripts' => [ |
| 2645 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2646 | '/jquery-migrate(.min)?.js', |
| 2647 | '/assets/min/js/general/avada-woo-product-images.js', |
| 2648 | '/includes/lib/assets/min/js/library/jquery.flexslider.js', |
| 2649 | ], |
| 2650 | ], |
| 2651 | 'two_645cf52ebfc88_bf12a203eec292929ab47cf3fe0472b8' => [ |
| 2652 | 'title' => 'Avesa', |
| 2653 | 'condition' => 'avesa', |
| 2654 | 'type' => 'theme', |
| 2655 | 'scripts' => [ |
| 2656 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2657 | '/jquery-migrate(.min)?.js', |
| 2658 | '/avesa/js/main.js', |
| 2659 | '/avesa/js/isotope.js', |
| 2660 | '/sw_core/js/slick.min.js', |
| 2661 | '/avesa/js/bootstrap-datetimepicker.min.js', |
| 2662 | '/avesa/js/bootstrap.min.js', |
| 2663 | ], |
| 2664 | ], |
| 2665 | 'two_645cf52ebfc89_277533231864691cc03b3f8c71ca5b6c' => [ |
| 2666 | 'title' => 'Besa', |
| 2667 | 'condition' => 'besa', |
| 2668 | 'type' => 'theme', |
| 2669 | 'scripts' => [ |
| 2670 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2671 | '/besa/js/', |
| 2672 | ], |
| 2673 | ], |
| 2674 | 'two_645cf52ebfc8b_febf425533cbb2ef3cc17c057d2df7ae' => [ |
| 2675 | 'title' => 'BeTheme', |
| 2676 | 'condition' => 'betheme', |
| 2677 | 'type' => 'theme', |
| 2678 | 'scripts' => [ |
| 2679 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2680 | '/betheme/', |
| 2681 | 'mfn', |
| 2682 | '/wp-includes/js/jquery/ui/tabs.min.js', |
| 2683 | '/wp-includes/js/jquery/ui/core.min.js', |
| 2684 | ], |
| 2685 | ], |
| 2686 | 'two_645cf52ebfc8c_98ac6b4b086b5a2f47677b15e786d9ba' => [ |
| 2687 | 'title' => 'Bridge', |
| 2688 | 'type' => 'theme', |
| 2689 | 'condition' => 'bridge', |
| 2690 | 'scripts' => [ |
| 2691 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2692 | '/bridge-creative/bridge/js/', |
| 2693 | '/wp-includes/js/', |
| 2694 | ], |
| 2695 | ], |
| 2696 | 'two_645cf52ebfc8d_6cd078a154fcbe52095c4ecf2ee4e932' => [ |
| 2697 | 'title' => 'Car Dealer', |
| 2698 | 'condition' => 'cardealer', |
| 2699 | 'type' => 'theme', |
| 2700 | 'scripts' => [ |
| 2701 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2702 | '/jquery-migrate(.min)?.js', |
| 2703 | '/wp-includes/js/jquery/(.*)', |
| 2704 | '/cardealer/js/(.*)', |
| 2705 | ], |
| 2706 | ], |
| 2707 | 'two_645cf52ebfc8e_fed04e8acd998c16a32a8613c0ef1582' => [ |
| 2708 | 'title' => 'Clover', |
| 2709 | 'condition' => 'clover-theme', |
| 2710 | 'type' => 'theme', |
| 2711 | 'scripts' => [ |
| 2712 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2713 | '/jquery-migrate(.min)?.js', |
| 2714 | '/clover-theme/', |
| 2715 | ], |
| 2716 | ], |
| 2717 | 'two_645cf52ebfc90_54159e1dbd22773e60b534a3fcd7cb7c' => [ |
| 2718 | 'title' => 'Divi - Animations', |
| 2719 | 'condition' => 'Divi', |
| 2720 | 'type' => 'theme', |
| 2721 | 'scripts' => [ |
| 2722 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2723 | '/jquery-migrate(.min)?.js', |
| 2724 | '.dipi_preloader_wrapper_outer', |
| 2725 | '/Divi/js/scripts.min.js', |
| 2726 | '/Divi/js/custom.unified.js', |
| 2727 | '/js/magnific-popup.js', |
| 2728 | 'var DIVI', |
| 2729 | ], |
| 2730 | ], |
| 2731 | 'two_645cf52ebfc91_c53e64472f6a40edef0ce7203d17629a' => [ |
| 2732 | 'title' => 'Divi - Background video', |
| 2733 | 'condition' => 'Divi', |
| 2734 | 'type' => 'theme', |
| 2735 | 'scripts' => [ |
| 2736 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2737 | '/jquery-migrate.min.js', |
| 2738 | '/Divi/js/custom.unified.js', |
| 2739 | '/js/mediaelement/(.*)', |
| 2740 | 'mejs', |
| 2741 | ], |
| 2742 | ], |
| 2743 | 'two_645cf52ebfc92_b17f68fb4c849f50e100300fe0a37c98' => [ |
| 2744 | 'title' => 'Divi - Counter module', |
| 2745 | 'condition' => 'Divi', |
| 2746 | 'type' => 'theme', |
| 2747 | 'scripts' => [ |
| 2748 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2749 | '/jquery-migrate(.min)?.js', |
| 2750 | '.dipi_preloader_wrapper_outer', |
| 2751 | '/Divi/js/scripts.min.js', |
| 2752 | '/Divi/js/custom.unified.js', |
| 2753 | '/js/magnific-popup.js', |
| 2754 | 'var DIVI', |
| 2755 | '/Divi/includes/builder/feature/dynamic-assets/assets/js/easypiechart.js', |
| 2756 | ], |
| 2757 | ], |
| 2758 | 'two_645cf52ebfc93_a36f062b0fcc740077cccf5a11c7ffea' => [ |
| 2759 | 'title' => 'Divi - Mobile menu', |
| 2760 | 'condition' => 'Divi', |
| 2761 | 'type' => 'theme', |
| 2762 | 'scripts' => [ |
| 2763 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2764 | '/jquery-migrate.min.js', |
| 2765 | '/Divi/js/scripts.min.js', |
| 2766 | '/Divi/js/custom.unified.js', |
| 2767 | ], |
| 2768 | ], |
| 2769 | 'two_645cf52ebfc94_0fe2a223c302535effbf88ee4af90189' => [ |
| 2770 | 'title' => 'Divi - Sticky elements', |
| 2771 | 'condition' => 'Divi', |
| 2772 | 'type' => 'theme', |
| 2773 | 'scripts' => [ |
| 2774 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2775 | '/jquery-migrate(.min)?.js', |
| 2776 | '.dipi_preloader_wrapper_outer', |
| 2777 | '/Divi/js/scripts.min.js', |
| 2778 | '/Divi/includes/builder/feature/dynamic-assets/assets/js/sticky-elements.js', |
| 2779 | 'var DIVI', |
| 2780 | ], |
| 2781 | ], |
| 2782 | 'two_645cf52ebfc95_3e198404cbfd8bf951af8104c57e5d7f' => [ |
| 2783 | 'title' => 'Divi - Sticky menu', |
| 2784 | 'condition' => 'Divi', |
| 2785 | 'type' => 'theme', |
| 2786 | 'scripts' => [ |
| 2787 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2788 | '/js/jquery/jquery-migrate.min.js', |
| 2789 | '/Divi/js/scripts.min.js', |
| 2790 | '/Divi/includes/builder/feature/dynamic-assets/assets/js/magnific-popup.js', |
| 2791 | 'jqueryParams', |
| 2792 | 'firstHeader', |
| 2793 | ], |
| 2794 | ], |
| 2795 | 'two_645cf52ebfc96_5b2e6874427df91f36e2d9336b70b05a' => [ |
| 2796 | 'title' => 'Eikra', |
| 2797 | 'condition' => 'eikra', |
| 2798 | 'type' => 'theme', |
| 2799 | 'scripts' => [ |
| 2800 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2801 | '/jquery-migrate.min.js', |
| 2802 | '/eikra/assets/js/', |
| 2803 | 'EikraObj', |
| 2804 | ], |
| 2805 | ], |
| 2806 | 'two_645cf52ebfc98_6a1132eb50b971d62f8425b2c9a9b5ae' => [ |
| 2807 | 'title' => 'Ekko', |
| 2808 | 'condition' => 'ekko', |
| 2809 | 'type' => 'theme', |
| 2810 | 'scripts' => [ |
| 2811 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2812 | '/jquery-migrate(.min)?.js', |
| 2813 | '/ekko/', |
| 2814 | ], |
| 2815 | ], |
| 2816 | 'two_645cf52ebfc99_2776e430c5a377633ffccd146522e60a' => [ |
| 2817 | 'title' => 'Elessi', |
| 2818 | 'condition' => 'elessi-theme', |
| 2819 | 'type' => 'theme', |
| 2820 | 'scripts' => [ |
| 2821 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2822 | '/jquery-migrate(.min)?.js', |
| 2823 | '/elessi-theme/assets/js/min/functions.min.js', |
| 2824 | '/elessi-theme/assets/js/min/main.min.js', |
| 2825 | ], |
| 2826 | ], |
| 2827 | 'two_645cf52ebfc9a_3d7957ec79e6c8fa20c4dfd7e568da12' => [ |
| 2828 | 'title' => 'Enfold', |
| 2829 | 'type' => 'theme', |
| 2830 | 'condition' => 'enfold', |
| 2831 | 'scripts' => [ |
| 2832 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2833 | '/jquery-migrate(.min)?.js', |
| 2834 | '/dynamic_avia/avia-footer-scripts-(.*).js', |
| 2835 | 'var avia_is_mobile', |
| 2836 | ], |
| 2837 | ], |
| 2838 | 'two_645cf52ebfc9b_f19249d1a084beca3705548471248455' => [ |
| 2839 | 'title' => 'Enfold - LayerSlider', |
| 2840 | 'type' => 'theme', |
| 2841 | 'condition' => 'enfold', |
| 2842 | 'scripts' => [ |
| 2843 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2844 | '/jquery-migrate(.min)?.js', |
| 2845 | 'layerslider', |
| 2846 | ], |
| 2847 | ], |
| 2848 | 'two_645cf52ebfc9d_9e7ffe85b1afc5b5c78fc887cef28dee' => [ |
| 2849 | 'title' => 'Enfold - Shortcodes', |
| 2850 | 'condition' => 'enfold', |
| 2851 | 'type' => 'theme', |
| 2852 | 'scripts' => [ |
| 2853 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2854 | '/jquery-migrate(.min)?.js', |
| 2855 | '/enfold/js/avia.js', |
| 2856 | '/enfold/js/shortcodes.js', |
| 2857 | '/enfold/config-templatebuilder/avia-shortcodes/', |
| 2858 | '/enfold/js/avia-compat.js', |
| 2859 | ], |
| 2860 | ], |
| 2861 | 'two_645cf52ebfc9e_35518ba8fcfe775d82860770fafd922f' => [ |
| 2862 | 'title' => 'Envision', |
| 2863 | 'condition' => 'envision', |
| 2864 | 'type' => 'theme', |
| 2865 | 'scripts' => [ |
| 2866 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2867 | '/jquery-migrate(.min)?.js', |
| 2868 | '/envision/lib/js/app.min.js', |
| 2869 | 'var CloudFwOp', |
| 2870 | ], |
| 2871 | ], |
| 2872 | 'two_645cf52ebfc9f_3b24786e367d0dff22c7fe1fe10ed87c' => [ |
| 2873 | 'title' => 'Ewebot', |
| 2874 | 'type' => 'theme', |
| 2875 | 'condition' => 'ewebot', |
| 2876 | 'scripts' => [ |
| 2877 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2878 | '/jquery-migrate(.min)?.js', |
| 2879 | '/gt3-themes-core/', |
| 2880 | '/uploads/gt3-assets/js/(.*)', |
| 2881 | '/wp-includes/js/imagesloaded.min.js', |
| 2882 | ], |
| 2883 | ], |
| 2884 | 'two_645cf52ebfca0_eeb04c1088165ac52e94cda1c7ca4705' => [ |
| 2885 | 'title' => 'Farvis', |
| 2886 | 'condition' => 'farvis', |
| 2887 | 'type' => 'theme', |
| 2888 | 'scripts' => [ |
| 2889 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2890 | '/jquery-migrate(.min)?.js', |
| 2891 | '/farvis/', |
| 2892 | ], |
| 2893 | ], |
| 2894 | 'two_645cf52ebfca1_f9f4ca9cb1bbd03a472d7ed709302076' => [ |
| 2895 | 'title' => 'Flatsome', |
| 2896 | 'condition' => 'flatsome', |
| 2897 | 'type' => 'theme', |
| 2898 | 'scripts' => [ |
| 2899 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2900 | '/jquery-migrate(.min)?.js', |
| 2901 | '/flatsome/assets/js/flatsome.js', |
| 2902 | '/flatsome/assets/libs/packery.pkgd.min.js', |
| 2903 | '/flatsome/assets/js/woocommerce.js', |
| 2904 | ], |
| 2905 | ], |
| 2906 | 'two_645cf52ebfca2_27f69bc6d6882ba0ca8f09faa9a860b2' => [ |
| 2907 | 'title' => 'Flatsome - Google map', |
| 2908 | 'type' => 'theme', |
| 2909 | 'condition' => 'flatsome', |
| 2910 | 'scripts' => [ |
| 2911 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2912 | '/jquery-migrate(.min)?.js', |
| 2913 | 'maps.googleapis.com', |
| 2914 | 'google.maps.LatLng', |
| 2915 | '/wp-includes/js/hoverIntent.min.js', |
| 2916 | ], |
| 2917 | ], |
| 2918 | 'two_645cf52ebfca3_9b5e9a400080f0245e05334185b5c6e1' => [ |
| 2919 | 'title' => 'Flatsome - Images', |
| 2920 | 'condition' => 'flatsome', |
| 2921 | 'type' => 'theme', |
| 2922 | 'scripts' => [ |
| 2923 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2924 | '/jquery-migrate(.min)?.js', |
| 2925 | '/flatsome/inc/integrations/wp-rocket/flatsome-wp-rocket.js', |
| 2926 | '/flatsome/assets/js/flatsome.js', |
| 2927 | '/flatsome/inc/extensions/flatsome-lazy-load/flatsome-lazy-load.js', |
| 2928 | ], |
| 2929 | ], |
| 2930 | 'two_645cf52ebfca4_f60834ce35581c434a68022f2e84f796' => [ |
| 2931 | 'title' => 'Frida', |
| 2932 | 'condition' => 'frida', |
| 2933 | 'type' => 'theme', |
| 2934 | 'scripts' => [ |
| 2935 | '/wp-includes/js/jquery/jquery.min.js', |
| 2936 | '/wp-includes/js/jquery/jquery-migrate.min.js', |
| 2937 | '/frida/', |
| 2938 | ], |
| 2939 | ], |
| 2940 | 'two_645cf52ebfca5_711058531cd7077da2c647d253e34d02' => [ |
| 2941 | 'title' => 'GeneratePress - Mobile menu', |
| 2942 | 'type' => 'theme', |
| 2943 | 'condition' => 'generatepress', |
| 2944 | 'scripts' => [ |
| 2945 | '/generatepress/assets/js/menu.min.js', |
| 2946 | 'generatepressMenu', |
| 2947 | '/gp-premium/menu-plus/functions/js/offside.min.js', |
| 2948 | ], |
| 2949 | ], |
| 2950 | 'two_645cf52ebfca7_b2f39f17253fa5e90a05d637249c53e1' => [ |
| 2951 | 'title' => 'Honor - WPBakery fix', |
| 2952 | 'condition' => 'honor', |
| 2953 | 'type' => 'theme', |
| 2954 | 'scripts' => [ |
| 2955 | '/honor/js/__scripts.js', |
| 2956 | 'HONOR_STORAGE', |
| 2957 | '/js_composer/', |
| 2958 | ], |
| 2959 | ], |
| 2960 | 'two_645cf52ebfca8_6259970b6e6c26246527cc968002e3be' => [ |
| 2961 | 'title' => 'HotelMaster', |
| 2962 | 'condition' => 'hotelmaster', |
| 2963 | 'type' => 'theme', |
| 2964 | 'scripts' => [ |
| 2965 | '/wp-includes/js/jquery/jquery.min.js', |
| 2966 | '/wp-includes/js/jquery/jquery-migrate.min.js', |
| 2967 | '/hotelmaster/javascript/gdlr-script.js', |
| 2968 | '/hotelmaster/plugins/dl-menu/modernizr.custom.js', |
| 2969 | '/hotelmaster/plugins/dl-menu/jquery.dlmenu.js', |
| 2970 | '/hotelmaster/plugins/superfish/js/superfish.js', |
| 2971 | '/hotelmaster/plugins/jquery.easing.js', |
| 2972 | ], |
| 2973 | ], |
| 2974 | 'two_645cf52ebfca9_19c2de9a7a4a531bd8dd79c5e73c7743' => [ |
| 2975 | 'title' => 'HotelMaster - Blog', |
| 2976 | 'type' => 'theme', |
| 2977 | 'condition' => 'hotelmaster', |
| 2978 | 'scripts' => [ |
| 2979 | '/wp-includes/js/masonry.min.js', |
| 2980 | '/gp-premium/blog/functions/js/scripts.min.js', |
| 2981 | '/wp-includes/js/imagesloaded.min.js', |
| 2982 | ], |
| 2983 | ], |
| 2984 | 'two_645cf52ebfcaa_1ec6a1b62445f2d4a604f6d700f970e3' => [ |
| 2985 | 'title' => 'HotelMaster - Masonry', |
| 2986 | 'type' => 'theme', |
| 2987 | 'condition' => 'hotelmaster', |
| 2988 | 'scripts' => [ |
| 2989 | '/gp-premium/menu-plus/functions/js/offside.min.js', |
| 2990 | 'offSide', |
| 2991 | ], |
| 2992 | ], |
| 2993 | 'two_645cf52ebfcab_fd676332bcd2355bb23c518bb56e473d' => [ |
| 2994 | 'title' => 'JNews', |
| 2995 | 'condition' => 'jnews', |
| 2996 | 'type' => 'theme', |
| 2997 | 'scripts' => [ |
| 2998 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 2999 | '/jquery-migrate.min.js', |
| 3000 | '/jnews/assets/js/', |
| 3001 | 'jnews', |
| 3002 | 'jfla', |
| 3003 | ], |
| 3004 | ], |
| 3005 | 'two_645cf52ebfcac_57857f23893dc775c9da27ac6f534801' => [ |
| 3006 | 'title' => 'JOYN', |
| 3007 | 'condition' => 'joyn', |
| 3008 | 'type' => 'theme', |
| 3009 | 'scripts' => [ |
| 3010 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3011 | '/jquery-migrate(.min)?.js', |
| 3012 | '/swift-framework/includes/page-builder/frontend-assets/js/lib/modernizr-custom.js', |
| 3013 | '/swift-framework/includes/page-builder/frontend-assets/js/spb-functions.min.js', |
| 3014 | '/swift-framework/includes/swift-slider/assets/js/swift-slider.min.js', |
| 3015 | '/swift-framework/public/js/lib/imagesloaded.pkgd.min.js', |
| 3016 | '/joyn/js/owl.carousel.min.js', |
| 3017 | '/joyn/js/theme-scripts.js', |
| 3018 | '/joyn/js/functions.js', |
| 3019 | ], |
| 3020 | ], |
| 3021 | 'two_645cf52ebfcad_08bff026587dbe449c0ded469da8e651' => [ |
| 3022 | 'title' => 'Juno Toys', |
| 3023 | 'condition' => 'junotoys', |
| 3024 | 'type' => 'theme', |
| 3025 | 'scripts' => [ |
| 3026 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3027 | '/jquery-migrate.min.js', |
| 3028 | '/junotoys/fw/js/core.init.js', |
| 3029 | '/junotoys/fw/js/core.utils.js', |
| 3030 | '/junotoys/fw/js/superfish.js', |
| 3031 | '/junotoys/fw/js/swiper/swiper.js', |
| 3032 | '/trx_utils/shortcodes/theme.shortcodes.js', |
| 3033 | '/wp-includes/js/jquery/ui/(.*)', |
| 3034 | ], |
| 3035 | ], |
| 3036 | 'two_645cf52ebfcae_27a5148ea0fbddae22d902bea9a19531' => [ |
| 3037 | 'title' => 'Jupiter', |
| 3038 | 'condition' => 'jupiter', |
| 3039 | 'type' => 'theme', |
| 3040 | 'scripts' => [ |
| 3041 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3042 | '/jquery-migrate(.min)?.js', |
| 3043 | '/jupiter/', |
| 3044 | '/wp-includes/js/underscore.min.js', |
| 3045 | 'WebFont.load', |
| 3046 | ], |
| 3047 | ], |
| 3048 | 'two_645cf52ebfcb0_6da4bae08687f8e53e37b19ce244c2c4' => [ |
| 3049 | 'title' => 'JupiterX', |
| 3050 | 'condition' => 'jupiterx', |
| 3051 | 'type' => 'theme', |
| 3052 | 'scripts' => [ |
| 3053 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3054 | '/jquery-migrate(.min)?.js', |
| 3055 | '/jupiterx/(.*).js', |
| 3056 | '/wp-includes/js/underscore.min.js', |
| 3057 | 'WebFont.load', |
| 3058 | ], |
| 3059 | ], |
| 3060 | 'two_645cf52ebfcb1_680ceb71ce1204462378982494c8ae9d' => [ |
| 3061 | 'title' => 'Kadence', |
| 3062 | 'condition' => 'kadence', |
| 3063 | 'type' => 'theme', |
| 3064 | 'scripts' => [ |
| 3065 | '/kadence/assets/js/navigation.min.js', |
| 3066 | 'mobile_menu_breakpoint ', |
| 3067 | 'kadenceConfig', |
| 3068 | ], |
| 3069 | ], |
| 3070 | 'two_645cf52ebfcb2_33d0292c5089802c372957e1bd8d98d9' => [ |
| 3071 | 'title' => 'Kalium', |
| 3072 | 'condition' => 'kalium', |
| 3073 | 'type' => 'theme', |
| 3074 | 'scripts' => [ |
| 3075 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3076 | '/jquery-migrate(.min)?.js', |
| 3077 | '/kalium/assets/js/main.min.js', |
| 3078 | 'mobile_menu_breakpoint', |
| 3079 | 'var _k', |
| 3080 | ], |
| 3081 | ], |
| 3082 | 'two_645cf52ebfcb3_f5b768225a3f3f7770217293d3bf7882' => [ |
| 3083 | 'title' => 'Kava', |
| 3084 | 'condition' => 'kava', |
| 3085 | 'type' => 'theme', |
| 3086 | 'scripts' => [ |
| 3087 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3088 | '/jquery-migrate(.min)?.js', |
| 3089 | '/kava/assets/js/theme-script.js', |
| 3090 | ], |
| 3091 | ], |
| 3092 | 'two_645cf52ebfcb4_ac0d0a292a3725daf32d58083e8e194c' => [ |
| 3093 | 'title' => 'Lay', |
| 3094 | 'condition' => 'lay', |
| 3095 | 'type' => 'theme', |
| 3096 | 'scripts' => [ |
| 3097 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3098 | '/wp-includes/js/backbone.min.js', |
| 3099 | '/wp-includes/js/underscore.min.js', |
| 3100 | '/lay/', |
| 3101 | '/laytheme-carousel/', |
| 3102 | 'window.laytheme', |
| 3103 | ], |
| 3104 | ], |
| 3105 | 'two_645cf52ebfcb5_55c94c288830cd8f91be711ec4f36397' => [ |
| 3106 | 'title' => 'LazaNews', |
| 3107 | 'type' => 'theme', |
| 3108 | 'condition' => 'lazanews', |
| 3109 | 'scripts' => [ |
| 3110 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3111 | '/jquery-migrate(.min)?.js', |
| 3112 | '/jquery.custom.js', |
| 3113 | ], |
| 3114 | ], |
| 3115 | 'two_645cf52ebfcb6_5eb487dd823b01e18c3b420abe54e094' => [ |
| 3116 | 'title' => 'Listeo', |
| 3117 | 'condition' => 'listeo', |
| 3118 | 'type' => 'theme', |
| 3119 | 'scripts' => [ |
| 3120 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3121 | '/jquery-migrate(.min)?.js', |
| 3122 | '/listeo/js/', |
| 3123 | ], |
| 3124 | ], |
| 3125 | 'two_645cf52ebfcb8_30006f533fc74ae2fd958fe243359a4c' => [ |
| 3126 | 'title' => 'ListingPro', |
| 3127 | 'condition' => 'listingpro', |
| 3128 | 'type' => 'theme', |
| 3129 | 'scripts' => [ |
| 3130 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3131 | '/jquery-migrate(.min)?.js', |
| 3132 | '/listingpro/assets/lib/jquerym.menu/js/jquery.mmenu.min.all.js', |
| 3133 | '/listingpro/assets/lib/Magnific-Popup-master/jquery.magnific-popup.min.js', |
| 3134 | '/listingpro/assets/js/select2.full.min.js', |
| 3135 | '/listingpro/assets/js/jquery.city-autocomplete.js', |
| 3136 | '/listingpro/assets/js/chosen.jquery.min.js', |
| 3137 | '/listingpro/assets/lib/bootstrap/js/bootstrap-slider.js', |
| 3138 | '/listingpro/assets/js/jquery-ui.js', |
| 3139 | '/listingpro/assets/js/mapbox.js', |
| 3140 | '/listingpro/assets/js/main.js', |
| 3141 | '/listingpro/assets/js/leaflet.markercluster.js', |
| 3142 | 'maps', |
| 3143 | ], |
| 3144 | ], |
| 3145 | 'two_645cf52ebfcb9_f0195533990fcb4c68f247f2a88d41da' => [ |
| 3146 | 'title' => 'Master Study', |
| 3147 | 'condition' => 'masterstudy', |
| 3148 | 'type' => 'theme', |
| 3149 | 'scripts' => [ |
| 3150 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3151 | '/jquery-migrate(.min)?.js', |
| 3152 | '/masterstudy/assets/js/custom.js ', |
| 3153 | '/masterstudy/assets/vendors/jquery.fancybox.min.js ', |
| 3154 | '/masterstudy/assets/js/select2.full.min.js', |
| 3155 | ], |
| 3156 | ], |
| 3157 | 'two_645cf52ebfcba_b2693d9c2124f3ca9547b897794ac6a1' => [ |
| 3158 | 'title' => 'Maya', |
| 3159 | 'condition' => 'maya', |
| 3160 | 'type' => 'theme', |
| 3161 | 'scripts' => [ |
| 3162 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3163 | '/jquery-migrate(.min)?.js', |
| 3164 | '/maya/js/jquery.mobilemenu.js', |
| 3165 | '/maya/js/jquery.custom.js', |
| 3166 | '/maya/core/includes/js/jquery.tipsy.js', |
| 3167 | ], |
| 3168 | ], |
| 3169 | 'two_645cf52ebfcbb_0609a28a3a7d610f34d9e18b3a93e64b' => [ |
| 3170 | 'title' => 'MH Magazine', |
| 3171 | 'condition' => 'mh-magazine', |
| 3172 | 'type' => 'theme', |
| 3173 | 'scripts' => [ |
| 3174 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3175 | '/jquery-migrate(.min)?.js', |
| 3176 | '/mh-magazine/', |
| 3177 | ], |
| 3178 | ], |
| 3179 | 'two_645cf52ebfcbc_9975f9e9820268ad96678ab5704a0cd6' => [ |
| 3180 | 'title' => 'Minimog', |
| 3181 | 'condition' => 'minimog', |
| 3182 | 'type' => 'theme', |
| 3183 | 'scripts' => [ |
| 3184 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3185 | '/jquery-migrate(.min)?.js', |
| 3186 | '/minimog/', |
| 3187 | ], |
| 3188 | ], |
| 3189 | 'two_645cf52ebfcbe_3202cb64798991ec49b0ad8a3ea62ba8' => [ |
| 3190 | 'title' => 'Moozo Elementor', |
| 3191 | 'condition' => 'moozo-elementor', |
| 3192 | 'type' => 'theme', |
| 3193 | 'scripts' => [ |
| 3194 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3195 | '/jquery-migrate(.min)?.js', |
| 3196 | '/moozo-elementor/assets/js/countdown.js', |
| 3197 | '/moozo-elementor/assets/vendor/countdown/countdown.min.js', |
| 3198 | ], |
| 3199 | ], |
| 3200 | 'two_645cf52ebfcc0_65d51e16e6cfca0bd2c9e3aa686d373c' => [ |
| 3201 | 'title' => 'My Listing', |
| 3202 | 'condition' => 'my-listing', |
| 3203 | 'type' => 'theme', |
| 3204 | 'scripts' => [ |
| 3205 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3206 | '/jquery-migrate(.min)?.js', |
| 3207 | '/my-listing/assets/', |
| 3208 | '/wp-includes/js/dist/vendor/moment.min.js', |
| 3209 | 'maps.googleapis.com', |
| 3210 | 'MyListing', |
| 3211 | '_Explore_Settings', |
| 3212 | ], |
| 3213 | ], |
| 3214 | 'two_645cf52ebfcc1_7a678213cf73b14959c80a19cf14283d' => [ |
| 3215 | 'title' => 'Neve - Mobile menu', |
| 3216 | 'condition' => 'neve', |
| 3217 | 'type' => 'theme', |
| 3218 | 'scripts' => [ |
| 3219 | '/neve/assets/js/build/modern/frontend.js', |
| 3220 | ], |
| 3221 | ], |
| 3222 | 'two_645cf52ebfcc2_13c402efbe0a12ce75e0fbe1fbe07402' => [ |
| 3223 | 'title' => 'Newspaper - Images', |
| 3224 | 'type' => 'theme', |
| 3225 | 'condition' => 'Newspaper', |
| 3226 | 'scripts' => [ |
| 3227 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3228 | '/jquery-migrate(.min)?.js', |
| 3229 | 'tagdiv_theme.min.js', |
| 3230 | 'tdBlocksArray', |
| 3231 | ], |
| 3232 | ], |
| 3233 | 'two_645cf52ebfcc3_8658f8b89a5b050ef1e914a0a1b9b47a' => [ |
| 3234 | 'title' => 'Newspaper - Slider & YouTube', |
| 3235 | 'type' => 'theme', |
| 3236 | 'condition' => 'Newspaper', |
| 3237 | 'scripts' => [ |
| 3238 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3239 | '/jquery-migrate(.min)?.js', |
| 3240 | 'tagdiv_theme.min.js', |
| 3241 | 'tdBlocksArray', |
| 3242 | 'tdb_globals', |
| 3243 | 'td_youtube_list_ids', |
| 3244 | 'iosSlider', |
| 3245 | '/td-cloud-library/assets/js/js_files_for_front.min.js', |
| 3246 | ], |
| 3247 | ], |
| 3248 | 'two_645cf52ebfcc4_4545e51aba6d28e35f0ac30d0d61db8f' => [ |
| 3249 | 'title' => 'Niva', |
| 3250 | 'condition' => 'niva', |
| 3251 | 'type' => 'theme', |
| 3252 | 'scripts' => [ |
| 3253 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3254 | '/jquery-migrate(.min)?.js', |
| 3255 | '/niva/js/', |
| 3256 | '/sweetthemes-framework/js/', |
| 3257 | 'mt_typed', |
| 3258 | ], |
| 3259 | ], |
| 3260 | 'two_645cf52ebfcc6_158994cc0cef5058d578bf05afa83c51' => [ |
| 3261 | 'title' => 'OceanWP', |
| 3262 | 'condition' => 'oceanwp', |
| 3263 | 'type' => 'theme', |
| 3264 | 'scripts' => [ |
| 3265 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3266 | '/jquery-migrate(.min)?.js', |
| 3267 | '/oceanwp/', |
| 3268 | ], |
| 3269 | ], |
| 3270 | 'two_645cf52ebfcc7_1f65728abd491a2d3e1c12c954a87844' => [ |
| 3271 | 'title' => 'OceanWP - Mobile menu', |
| 3272 | 'condition' => 'oceanwp', |
| 3273 | 'type' => 'theme', |
| 3274 | 'scripts' => [ |
| 3275 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3276 | '/jquery-migrate(.min)?.js', |
| 3277 | '/ocean-side-panel/assets/js/side-panel.min.js', |
| 3278 | '/oceanwp/assets/js/theme.vanilla.min.js', |
| 3279 | ], |
| 3280 | ], |
| 3281 | 'two_645cf52ebfcc9_1605d0346f3bfedf07891c89338cc61b' => [ |
| 3282 | 'title' => 'PenNews', |
| 3283 | 'condition' => 'pennews', |
| 3284 | 'type' => 'theme', |
| 3285 | 'scripts' => [ |
| 3286 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js ', |
| 3287 | '/jquery-migrate(.min)?.js', |
| 3288 | '/pennews/js/script.min.js', |
| 3289 | '/pennews/js/script.lib.min.js', |
| 3290 | ], |
| 3291 | ], |
| 3292 | 'two_645cf52ebfcca_267b1357db0fba4d4cf6dff9e1388167' => [ |
| 3293 | 'title' => 'Pharmacy Mentor', |
| 3294 | 'condition' => 'pharmacymentor', |
| 3295 | 'type' => 'theme', |
| 3296 | 'scripts' => [ |
| 3297 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3298 | '/wp-includes/js/jquery/jquery-migrate.min.js', |
| 3299 | '/pharmacymentor/', |
| 3300 | ], |
| 3301 | ], |
| 3302 | 'two_645cf52ebfccb_71d6c631e36a3432a5899bb09c51d52a' => [ |
| 3303 | 'title' => 'Porto', |
| 3304 | 'condition' => 'porto', |
| 3305 | 'type' => 'theme', |
| 3306 | 'scripts' => [ |
| 3307 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3308 | '/jquery-migrate(.min)?.js', |
| 3309 | '/wp-includes/js/jquery/ui/', |
| 3310 | '/porto/js/theme.js', |
| 3311 | '/porto/js/theme.min.js', |
| 3312 | ], |
| 3313 | ], |
| 3314 | 'two_645cf52ebfccc_8d0c7113047d7fd6e808586c922e441e' => [ |
| 3315 | 'title' => 'ProPhoto', |
| 3316 | 'condition' => 'prophoto7', |
| 3317 | 'type' => 'theme', |
| 3318 | 'scripts' => [ |
| 3319 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3320 | '/prophoto7/js/bundle.front.js', |
| 3321 | '/wp-includes/js/underscore.min.js', |
| 3322 | 'PROPHOTO', |
| 3323 | ], |
| 3324 | ], |
| 3325 | 'two_645cf52ebfccd_52aded165360352a0f5857571d96d68f' => [ |
| 3326 | 'title' => 'Publisher', |
| 3327 | 'condition' => 'publisher', |
| 3328 | 'type' => 'theme', |
| 3329 | 'scripts' => [ |
| 3330 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3331 | '/wp-includes/js/jquery/jquery-migrate.min.js', |
| 3332 | '/publisher/js/', |
| 3333 | ], |
| 3334 | ], |
| 3335 | 'two_645cf52ebfcce_67b475a9c68869d790f0c8dd8e1a8aec' => [ |
| 3336 | 'title' => 'REHub', |
| 3337 | 'condition' => 'rehub-theme', |
| 3338 | 'type' => 'theme', |
| 3339 | 'scripts' => [ |
| 3340 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3341 | '/jquery-migrate(.min)?.js', |
| 3342 | '/rehub-theme/js/custom_floatpanel.js', |
| 3343 | ], |
| 3344 | ], |
| 3345 | 'two_645cf52ebfcd0_d2b3ea2dfddc40efdc6941359436c847' => [ |
| 3346 | 'title' => 'Rey', |
| 3347 | 'condition' => 'rey', |
| 3348 | 'type' => 'theme', |
| 3349 | 'scripts' => [ |
| 3350 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3351 | '/jquery-migrate(.min)?.js', |
| 3352 | '/rey/scripts-(.*).js', |
| 3353 | '/rey-core/assets/js/', |
| 3354 | ], |
| 3355 | ], |
| 3356 | 'two_645cf52ebfcd1_66a4efcbe5ad42a128671f0474edaa00' => [ |
| 3357 | 'title' => 'Rife Free', |
| 3358 | 'condition' => 'rife-free', |
| 3359 | 'type' => 'theme', |
| 3360 | 'scripts' => [ |
| 3361 | '/rife-free/js/script.min.js', |
| 3362 | '/rife-free/js/isotope.pkgd.min.js', |
| 3363 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3364 | '/jquery-migrate(.min)?.js', |
| 3365 | 'var reJS', |
| 3366 | ], |
| 3367 | ], |
| 3368 | 'two_645cf52ebfcd2_325256f28f290cc43b376503829b3658' => [ |
| 3369 | 'title' => 'Salient', |
| 3370 | 'condition' => 'salient', |
| 3371 | 'type' => 'theme', |
| 3372 | 'scripts' => [ |
| 3373 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js ', |
| 3374 | '/jquery-migrate(.min)?.js', |
| 3375 | '/salient/', |
| 3376 | 'winW > bodyW', |
| 3377 | ], |
| 3378 | ], |
| 3379 | 'two_645cf52ebfcd3_b9a2481224a4621274d2855f04fd6e13' => [ |
| 3380 | 'title' => 'Salient - Nectar slider', |
| 3381 | 'type' => 'theme', |
| 3382 | 'condition' => 'salient', |
| 3383 | 'scripts' => [ |
| 3384 | '/salient-nectar-slider/js/nectar-slider.js', |
| 3385 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js ', |
| 3386 | '/jquery-migrate(.min)?.js', |
| 3387 | ], |
| 3388 | ], |
| 3389 | 'two_645cf52ebfcd4_0d08849d7aa22a2033ba8077d857d3bb' => [ |
| 3390 | 'title' => 'Shoptimizer', |
| 3391 | 'condition' => 'shoptimizer', |
| 3392 | 'type' => 'theme', |
| 3393 | 'scripts' => [ |
| 3394 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3395 | '/jquery-migrate(.min)?.js', |
| 3396 | '/shoptimizer/assets/js/lazyload-bg.js', |
| 3397 | '/shoptimizer/assets/js/main.min.js', |
| 3398 | ], |
| 3399 | ], |
| 3400 | 'two_645cf52ebfcd5_08ed12688b0ba10e5673f537296b9a7c' => [ |
| 3401 | 'title' => 'SmartMag', |
| 3402 | 'condition' => 'smart-mag', |
| 3403 | 'type' => 'theme', |
| 3404 | 'scripts' => [ |
| 3405 | '/smart-mag/js/lazyload.js', |
| 3406 | ], |
| 3407 | ], |
| 3408 | 'two_645cf52ebfcd7_e2946d6c7dc5e292bd84fb68bb4e8bcf' => [ |
| 3409 | 'title' => 'Soledad', |
| 3410 | 'condition' => 'soledad', |
| 3411 | 'type' => 'theme', |
| 3412 | 'scripts' => [ |
| 3413 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3414 | '/jquery-migrate(.min)?.js', |
| 3415 | '/soledad/js/main.js', |
| 3416 | '/soledad/js/more-post.js', |
| 3417 | '/soledad/js/libs-script.min.js', |
| 3418 | ], |
| 3419 | ], |
| 3420 | 'two_645cf52ebfcd8_edcd259e0a03c7ab70feb186bae19f13' => [ |
| 3421 | 'title' => 'Stockholm', |
| 3422 | 'condition' => 'stockholm', |
| 3423 | 'type' => 'theme', |
| 3424 | 'scripts' => [ |
| 3425 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3426 | '/jquery-migrate(.min)?.js', |
| 3427 | '/stockholm/js/', |
| 3428 | ], |
| 3429 | ], |
| 3430 | 'two_645cf52ebfcd9_a8f2e11a54b6346b676c448890c2d688' => [ |
| 3431 | 'title' => 'Storefront', |
| 3432 | 'condition' => 'storefront', |
| 3433 | 'type' => 'theme', |
| 3434 | 'scripts' => [ |
| 3435 | '/storefront/assets/js/navigation.min.js', |
| 3436 | ], |
| 3437 | ], |
| 3438 | 'two_645cf52ebfcda_7847f4d4db90521f0a536e925a07408d' => [ |
| 3439 | 'title' => 'StreamTube', |
| 3440 | 'condition' => 'streamtube', |
| 3441 | 'type' => 'theme', |
| 3442 | 'scripts' => [ |
| 3443 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3444 | '/jquery-migrate(.min)?.js', |
| 3445 | '/streamtube/', |
| 3446 | '/streamtube-core/', |
| 3447 | ], |
| 3448 | ], |
| 3449 | 'two_645cf52ebfcdb_3de21daaa2ac8a58d8ef49f123f285aa' => [ |
| 3450 | 'title' => 'The7', |
| 3451 | 'condition' => 'dt-the7', |
| 3452 | 'type' => 'theme', |
| 3453 | 'scripts' => [ |
| 3454 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3455 | '/wp-includes/js/jquery/jquery-migrate.min.js', |
| 3456 | 'loader-removed', |
| 3457 | '/Ultimate_VC_Addons/assets/min-js/', |
| 3458 | '/dt-the7/', |
| 3459 | '/js_composer/', |
| 3460 | ], |
| 3461 | ], |
| 3462 | 'two_645cf52ebfcdc_5fcc17c03b0bc3d25d2beec8cd644cb8' => [ |
| 3463 | 'title' => 'TheGem', |
| 3464 | 'condition' => 'thegem', |
| 3465 | 'type' => 'theme', |
| 3466 | 'scripts' => [ |
| 3467 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3468 | '/jquery-migrate(.min)?.js', |
| 3469 | '/thegem/js/', |
| 3470 | 'gemSettings', |
| 3471 | 'thegemSlideshow', |
| 3472 | 'tgpLazyItemsOptions', |
| 3473 | ], |
| 3474 | ], |
| 3475 | 'two_645cf52ebfcdd_96b0141273eabab320119c467cdcaf17' => [ |
| 3476 | 'title' => 'Total', |
| 3477 | 'condition' => 'Total', |
| 3478 | 'type' => 'theme', |
| 3479 | 'scripts' => [ |
| 3480 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3481 | '/jquery-migrate(.min)?.js', |
| 3482 | '/Total/assets/js/total.min.js', |
| 3483 | ], |
| 3484 | ], |
| 3485 | 'two_645cf52ebfcde_99d3bb685b7f54b4a60db407f216789a' => [ |
| 3486 | 'title' => 'Townhub', |
| 3487 | 'type' => 'theme', |
| 3488 | 'condition' => 'townhub', |
| 3489 | 'scripts' => [ |
| 3490 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3491 | '/jquery-migrate(.min)?.js', |
| 3492 | '/townhub-add-ons/assets/js/(.*)', |
| 3493 | '/wp-includes/js/dist/vendor/react.js', |
| 3494 | '/wp-includes/js/dist/vendor/react-dom.js', |
| 3495 | ], |
| 3496 | ], |
| 3497 | 'two_645cf52ebfcdf_4c69db951aa512d7e639da257af0a94a' => [ |
| 3498 | 'title' => 'Uncode', |
| 3499 | 'condition' => 'uncode', |
| 3500 | 'type' => 'theme', |
| 3501 | 'scripts' => [ |
| 3502 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3503 | '/jquery-migrate(.min)?.js', |
| 3504 | '/uncode/library/js/init(.min)?.js', |
| 3505 | '/uncode/library/js/plugins(.min)?.js', |
| 3506 | '/uncode/library/js/app(.min)?.js', |
| 3507 | '/uncode/library/js/woocommerce-uncode(.min)?.js', |
| 3508 | '/wp-includes/js/mediaelement/mediaelement-and-player.min.js', |
| 3509 | 'initHeader', |
| 3510 | 'initBox', |
| 3511 | 'fixMenuHeight', |
| 3512 | 'initRow', |
| 3513 | ], |
| 3514 | ], |
| 3515 | 'two_645cf52ebfce1_90a8539867db3f9db51aa2514624faa9' => [ |
| 3516 | 'title' => 'Werkstatt', |
| 3517 | 'condition' => 'werkstatt', |
| 3518 | 'type' => 'theme', |
| 3519 | 'scripts' => [ |
| 3520 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3521 | '/jquery-migrate(.min)?.js', |
| 3522 | '/js/underscore.min.js', |
| 3523 | '/werkstatt/assets/js/vendor.min.js', |
| 3524 | '/werkstatt/assets/js/fullscreen.min.js', |
| 3525 | '/werkstatt/assets/js/app.min.js', |
| 3526 | ], |
| 3527 | ], |
| 3528 | 'two_645cf52ebfce2_333853c80f848940c3c473c4f7af7c9d' => [ |
| 3529 | 'title' => 'Woodmart', |
| 3530 | 'condition' => 'woodmart', |
| 3531 | 'type' => 'theme', |
| 3532 | 'scripts' => [ |
| 3533 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3534 | '/jquery-migrate(.min)?.js', |
| 3535 | '/wp-includes/js/imagesloaded.min.js', |
| 3536 | '/woodmart/js/scripts/wc/', |
| 3537 | '/woodmart/js/scripts/global/', |
| 3538 | '/woodmart/js/libs/owl.carousel.min.js', |
| 3539 | '/woodmart/js/libs/owl.carousel.js', |
| 3540 | '/woodmart/js/libs/slick.js', |
| 3541 | ], |
| 3542 | ], |
| 3543 | 'two_645cf52ebfce3_746924bf62a7c5b7629ddf7d110536fe' => [ |
| 3544 | 'title' => 'XStore', |
| 3545 | 'condition' => 'xstore', |
| 3546 | 'type' => 'theme', |
| 3547 | 'scripts' => [ |
| 3548 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3549 | '/jquery-migrate(.min)?.js', |
| 3550 | '/xstore/js/', |
| 3551 | '/et-core-plugin/packages/st-woo-swatches/public/js/frontend.min.js', |
| 3552 | ], |
| 3553 | ], |
| 3554 | 'two_645cf52ebfce4_b2c76ad9a9ed76cddff519b3f1b56a54' => [ |
| 3555 | 'title' => 'YOOtheme Pro', |
| 3556 | 'type' => 'theme', |
| 3557 | 'condition' => 'yootheme', |
| 3558 | 'scripts' => [ |
| 3559 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3560 | '/jquery-migrate(.min)?.js', |
| 3561 | 'uikit.min.js', |
| 3562 | ], |
| 3563 | ], |
| 3564 | 'two_645cf52ebfce5_b257bacd2679ad401520dec73d25c46e' => [ |
| 3565 | 'title' => 'Zeen', |
| 3566 | 'condition' => 'zeen', |
| 3567 | 'type' => 'theme', |
| 3568 | 'scripts' => [ |
| 3569 | '/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', |
| 3570 | '/jquery-migrate(.min)?.js', |
| 3571 | '/zeen/assets/js/', |
| 3572 | '/js.cookie.min.js', |
| 3573 | ], |
| 3574 | ], |
| 3575 | ], |
| 3576 | 'types' => [ |
| 3577 | 'application\/ld\+json', |
| 3578 | 'text\/template', |
| 3579 | 'text\/x\-template', |
| 3580 | 'text\/html', |
| 3581 | 'application\/json', |
| 3582 | 'text\/totalpoll\-config', |
| 3583 | ], |
| 3584 | ]; |
| 3585 | |
| 3586 | public static $site_plugins = []; |
| 3587 | |
| 3588 | public static $plugins_exclusion_list = []; |
| 3589 | |
| 3590 | public static $scripts_exclusion_list = []; |
| 3591 | |
| 3592 | public static $themes_exclusion_list = []; |
| 3593 | |
| 3594 | public static $exclusion_data = []; |
| 3595 | |
| 3596 | public static function get_exclusion_list($options, $content) |
| 3597 | { |
| 3598 | $folder_exclude = false; |
| 3599 | $delay_all_js_execution = $options['delay_all_js_execution']; |
| 3600 | $exclude_data = self::EXCLUDE_LIST['types']; |
| 3601 | |
| 3602 | if (isset($options['exclude_delay_js']) && is_array($options['exclude_delay_js'])) { |
| 3603 | $exclude_data = array_merge($options['exclude_delay_js'], $exclude_data); |
| 3604 | } |
| 3605 | |
| 3606 | if ($delay_all_js_execution && isset($options['two_delay_js_exclusions']) && is_array($options['two_delay_js_exclusions'])) { |
| 3607 | $two_delay_js_exclusions = $options['two_delay_js_exclusions']; |
| 3608 | $plugins_list = self::EXCLUDE_LIST['plugins']; |
| 3609 | $scripts_list = self::EXCLUDE_LIST['scripts']; |
| 3610 | $themes_list = self::EXCLUDE_LIST['themes']; |
| 3611 | |
| 3612 | foreach ($two_delay_js_exclusions as $id => $key) { |
| 3613 | if (isset($plugins_list[$key]['scripts'])) { |
| 3614 | if (isset($plugins_list[$key]['regex_to_find'])) { |
| 3615 | preg_match($plugins_list[$key]['regex_to_find'], $content, $matches); |
| 3616 | |
| 3617 | if (empty($matches)) { |
| 3618 | continue; |
| 3619 | } |
| 3620 | } |
| 3621 | $exclude_data[] = $plugins_list[$key]['scripts']; |
| 3622 | } elseif (isset($scripts_list[$key]['scripts'])) { |
| 3623 | if (isset($scripts_list[$key]['regex_to_find'])) { |
| 3624 | preg_match($scripts_list[$key]['regex_to_find'], $content, $matches); |
| 3625 | |
| 3626 | if (empty($matches)) { |
| 3627 | continue; |
| 3628 | } |
| 3629 | } |
| 3630 | $exclude_data[] = $scripts_list[$key]['scripts']; |
| 3631 | } elseif (isset($themes_list[$key]['scripts'])) { |
| 3632 | $exclude_data[] = $themes_list[$key]['scripts']; |
| 3633 | } elseif ($key !== 'tenweb-speed-optimizer/tenweb_speed_optimizer.php') { |
| 3634 | $plugin_folder_name_arr = explode('/', $key); |
| 3635 | $plugin_folder_name = '/' . $plugin_folder_name_arr[0] . '/'; |
| 3636 | $exclude_data[] = $plugin_folder_name; |
| 3637 | $folder_exclude = true; |
| 3638 | } |
| 3639 | } |
| 3640 | |
| 3641 | if ($folder_exclude) { |
| 3642 | $exclude_data[] = ['/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js', '/jquery-migrate(.min)?.js']; |
| 3643 | } |
| 3644 | |
| 3645 | $exclude_data = OptimizerUtils::two_flatten($exclude_data); |
| 3646 | $exclude_data = array_unique($exclude_data); |
| 3647 | } |
| 3648 | |
| 3649 | $excludeDataFromHook = apply_filters('two_modify_exclude_js_from_delay', $exclude_data, 10, 1); |
| 3650 | |
| 3651 | if (is_array($excludeDataFromHook)) { |
| 3652 | $exclude_data = $excludeDataFromHook; |
| 3653 | } |
| 3654 | |
| 3655 | return $exclude_data; |
| 3656 | } |
| 3657 | |
| 3658 | public static function get_exclusion_data() |
| 3659 | { |
| 3660 | self::$site_plugins = get_plugins(); |
| 3661 | |
| 3662 | if (is_array(self::$site_plugins)) { |
| 3663 | unset(self::$site_plugins['tenweb-speed-optimizer/tenweb_speed_optimizer.php']); |
| 3664 | } |
| 3665 | self::$plugins_exclusion_list = self::EXCLUDE_LIST['plugins']; |
| 3666 | self::$scripts_exclusion_list = self::EXCLUDE_LIST['scripts']; |
| 3667 | self::$themes_exclusion_list = self::EXCLUDE_LIST['themes']; |
| 3668 | self::$exclusion_data = self::$site_plugins; |
| 3669 | $filter_exclusion_plugins_fanc = self::class . '::filter_exclusion_plugins'; |
| 3670 | array_filter(self::$plugins_exclusion_list, $filter_exclusion_plugins_fanc, ARRAY_FILTER_USE_BOTH); |
| 3671 | self::$exclusion_data = array_merge(self::$exclusion_data, self::$scripts_exclusion_list); |
| 3672 | $current_theme = wp_get_theme(); |
| 3673 | $theme_text_domain = $current_theme->get('TextDomain'); |
| 3674 | |
| 3675 | foreach (self::$themes_exclusion_list as $key => $val) { |
| 3676 | if (isset($val['condition']) && $val['condition'] === "$theme_text_domain") { |
| 3677 | self::$exclusion_data[$key] = $val; |
| 3678 | } |
| 3679 | } |
| 3680 | |
| 3681 | return self::$exclusion_data; |
| 3682 | } |
| 3683 | |
| 3684 | public static function filter_exclusion_plugins($val, $key) |
| 3685 | { |
| 3686 | $plugin_key = $val['condition']; |
| 3687 | |
| 3688 | if (isset(self::$site_plugins[$plugin_key])) { |
| 3689 | unset(self::$exclusion_data[$plugin_key]); |
| 3690 | self::$exclusion_data[$key] = $val; |
| 3691 | } |
| 3692 | } |
| 3693 | |
| 3694 | public static function plugin_is_excluded($condition) |
| 3695 | { |
| 3696 | global $TwoSettings; |
| 3697 | $site_plugins = get_plugins(); |
| 3698 | $plugins_exclusion_list = self::EXCLUDE_LIST['plugins']; |
| 3699 | $two_delay_js_exclusions = $TwoSettings->get_settings('two_delay_js_exclusions'); |
| 3700 | |
| 3701 | if (is_array($two_delay_js_exclusions)) { |
| 3702 | foreach ($two_delay_js_exclusions as $item) { |
| 3703 | if (isset($plugins_exclusion_list[$item])) { |
| 3704 | if ($plugins_exclusion_list[$item]['condition'] === $condition) { |
| 3705 | return true; |
| 3706 | } |
| 3707 | } else { |
| 3708 | $key = explode('/', $condition); |
| 3709 | $plugin_folder_name = '/' . $key[0] . '/'; |
| 3710 | |
| 3711 | if (in_array($plugin_folder_name, $two_delay_js_exclusions)) { |
| 3712 | return true; |
| 3713 | } |
| 3714 | } |
| 3715 | } |
| 3716 | } |
| 3717 | |
| 3718 | return false; |
| 3719 | } |
| 3720 | } |
| 3721 |