PATH:
home
/
thecwrif
/
public_html
/
wp-content
/
plugins
/
litespeed-cache
/
thirdparty
<?php // phpcs:ignoreFile /** * The Third Party integration with the Theme My Login plugin. * * @since 1.0.15 */ namespace LiteSpeed\Thirdparty; defined('WPINC') || exit(); class Theme_My_Login { /** * Detects if Better Theme My Login is active. * * @since 1.0.15 * @access public */ public static function detect() { if (defined('THEME_MY_LOGIN_PATH')) { add_action('litespeed_control_finalize', __CLASS__ . '::set_control'); } } /** * This filter is used to let the cache know if a page is cacheable. * * @access public * @since 1.0.15 */ public static function set_control() { if (!apply_filters('litespeed_control_cacheable', false)) { return; } // check if this page is TML page or not if (class_exists('Theme_My_Login') && \Theme_My_Login::is_tml_page()) { do_action('litespeed_control_set_nocache', 'Theme My Login'); } } }
[-] woocommerce.content.tpl.php
[edit]
[-] woocommerce.cls.php
[edit]
[-] elementor.cls.php
[edit]
[-] perfmatters.cls.php
[edit]
[-] wpdiscuz.cls.php
[edit]
[-] litespeed-check.cls.php
[edit]
[-] theme-my-login.cls.php
[edit]
[-] wc-pdf-product-vouchers.cls.php
[edit]
[-] avada.cls.php
[edit]
[-] wplister.cls.php
[edit]
[-] bbpress.cls.php
[edit]
[-] woo-paypal.cls.php
[edit]
[-] amp.cls.php
[edit]
[-] divi-theme-builder.cls.php
[edit]
[-] facetwp.cls.php
[edit]
[-] yith-wishlist.cls.php
[edit]
[-] wptouch.cls.php
[edit]
[-] nextgengallery.cls.php
[edit]
[+]
..
[-] woocommerce.tab.tpl.php
[edit]
[-] wcml.cls.php
[edit]
[-] gravity-forms.cls.php
[edit]
[-] wpml.cls.php
[edit]
[-] aelia-currencyswitcher.cls.php
[edit]
[-] caldera-forms.cls.php
[edit]
[-] wp-polls.cls.php
[edit]
[-] beaver-builder.cls.php
[edit]
[-] entry.inc.php
[edit]
[-] wp-postratings.cls.php
[edit]
[-] autoptimize.cls.php
[edit]
[-] user-switching.cls.php
[edit]