PATH:
home
/
bkunreyz
/
input.managedmedia.org
/
wp-content
/
plugins
/
litespeed-cache
/
thirdparty
<?php /** * The Third Party integration with AMP plugin. * * @since 2.9.8.6 * @package LiteSpeed_Cache * @subpackage LiteSpeed_Cache/thirdparty * @author LiteSpeed Technologies <info@litespeedtech.com> */ namespace LiteSpeed\Thirdparty ; defined( 'WPINC' ) || exit ; use \LiteSpeed\API ; class AMP { /** * CSS async will affect AMP result and * Lazyload will inject JS library which AMP not allowed * need to force set false before load * * @since 2.9.8.6 * @access public */ public static function preload() { if ( ! function_exists( 'is_amp_endpoint' ) || is_admin() || ! isset( $_GET[ 'amp' ] ) ) return; add_filter( 'litespeed_can_optm', '__return_false' ); // do_action( 'litespeed_conf_force', API::O_OPTM_CSS_ASYNC, false ); do_action( 'litespeed_conf_force', API::O_MEDIA_LAZY, false ); do_action( 'litespeed_conf_force', API::O_MEDIA_IFRAME_LAZY, false ); } }
[-] caldera-forms.cls.php
[edit]
[-] wplister.cls.php
[edit]
[-] autoptimize.cls.php
[edit]
[-] bbpress.cls.php
[edit]
[-] wp-polls.cls.php
[edit]
[-] wpml.cls.php
[edit]
[-] woocommerce.content.tpl.php
[edit]
[-] amp.cls.php
[edit]
[-] entry.inc.php
[edit]
[-] woocommerce.tab.tpl.php
[edit]
[-] yith-wishlist.cls.php
[edit]
[-] wp-postratings.cls.php
[edit]
[+]
..
[-] wptouch.cls.php
[edit]
[-] wcml.cls.php
[edit]
[-] wpdiscuz.cls.php
[edit]
[-] avada.cls.php
[edit]
[-] woocommerce.cls.php
[edit]
[-] facetwp.cls.php
[edit]
[-] elementor.cls.php
[edit]
[-] divi-theme-builder.cls.php
[edit]
[-] aelia-currencyswitcher.cls.php
[edit]
[-] theme-my-login.cls.php
[edit]
[-] beaver-builder.cls.php
[edit]
[-] nextgengallery.cls.php
[edit]
[-] woo-paypal.cls.php
[edit]
[-] user-switching.cls.php
[edit]