X7ROOT File Manager
Current Path:
/usr/src/litespeed-wp-plugin/7.7/litespeed-cache/thirdparty
usr
/
src
/
litespeed-wp-plugin
/
7.7
/
litespeed-cache
/
thirdparty
/
??
..
??
aelia-currencyswitcher.cls.php
(2.67 KB)
??
amp.cls.php
(2.44 KB)
??
autoptimize.cls.php
(910 B)
??
avada.cls.php
(813 B)
??
bbpress.cls.php
(2.58 KB)
??
beaver-builder.cls.php
(1.12 KB)
??
caldera-forms.cls.php
(806 B)
??
divi-theme-builder.cls.php
(3.57 KB)
??
elementor.cls.php
(3.25 KB)
??
entry.inc.php
(1.51 KB)
??
facetwp.cls.php
(1.44 KB)
??
gravity-forms.cls.php
(1.14 KB)
??
litespeed-check.cls.php
(5.41 KB)
??
nextgengallery.cls.php
(6.51 KB)
??
perfmatters.cls.php
(996 B)
??
theme-my-login.cls.php
(1.01 KB)
??
user-switching.cls.php
(793 B)
??
wc-pdf-product-vouchers.cls.php
(992 B)
??
wcml.cls.php
(1.74 KB)
??
woo-paypal.cls.php
(869 B)
??
woocommerce.cls.php
(27.9 KB)
??
woocommerce.content.tpl.php
(3.91 KB)
??
woocommerce.tab.tpl.php
(230 B)
??
wp-polls.cls.php
(807 B)
??
wp-postratings.cls.php
(900 B)
??
wpdiscuz.cls.php
(1.18 KB)
??
wplister.cls.php
(870 B)
??
wpml.cls.php
(1.02 KB)
??
wptouch.cls.php
(879 B)
??
yith-wishlist.cls.php
(5.23 KB)
Editing: woocommerce.content.tpl.php
<?php /** * LiteSpeed Cache – WooCommerce settings template. * * Renders the WooCommerce integration settings within the LiteSpeed Cache admin. * * @package LiteSpeed\Thirdparty */ namespace LiteSpeed\Thirdparty; defined( 'WPINC' ) || exit; use LiteSpeed\Doc; ?> <div data-litespeed-layout="woocommerce"> <h3 class="litespeed-title-short"> <?php esc_html_e( 'WooCommerce Settings', 'litespeed-cache' ); ?> <?php Doc::learn_more( 'https://docs.litespeedtech.com/lscache/lscwp/cache/#woocommerce-tab' ); ?> </h3> <div class="litespeed-callout notice notice-warning inline"> <h4><?php esc_html_e( 'NOTICE:', 'litespeed-cache' ); ?></h4> <p><?php esc_html_e( 'After verifying that the cache works in general, please test the cart.', 'litespeed-cache' ); ?></p> <p> <?php printf( /* translators: %s: link attributes */ esc_html__( 'To test the cart, visit the %sFAQ%s.', 'litespeed-cache' ), '<a href="https://docs.litespeedtech.com/lscache/lscwp/installation/#non-cacheable-pages" target="_blank">', '</a>' ); ?> </p> <p><?php esc_html_e( 'By default, the My Account, Checkout, and Cart pages are automatically excluded from caching. Misconfiguration of page associations in WooCommerce settings may cause some pages to be erroneously excluded.', 'litespeed-cache' ); ?></p> </div> <table class="wp-list-table striped litespeed-table"> <tbody> <tr> <th> <?php $setting_id = self::O_UPDATE_INTERVAL; ?> <?php esc_html_e( 'Product Update Interval', 'litespeed-cache' ); ?> </th> <td> <?php $options = [ self::O_PQS_CS => esc_html__( 'Purge product on changes to the quantity or stock status.', 'litespeed-cache' ) . ' ' . esc_html__( 'Purge categories only when stock status changes.', 'litespeed-cache' ), self::O_PS_CS => esc_html__( 'Purge product and categories only when the stock status changes.', 'litespeed-cache' ), self::O_PS_CN => esc_html__( 'Purge product only when the stock status changes.', 'litespeed-cache' ) . ' ' . esc_html__( 'Do not purge categories on changes to the quantity or stock status.', 'litespeed-cache' ), self::O_PQS_CQS => esc_html__( 'Always purge both product and categories on changes to the quantity or stock status.', 'litespeed-cache' ), ]; $conf = (int) apply_filters( 'litespeed_conf', $setting_id ); do_action( 'litespeed_setting_enroll', $setting_id ); foreach ( $options as $k => $v ) : $input_id = 'conf_' . $setting_id . '_' . $k; ?> <div class="litespeed-radio-row"> <input type="radio" autocomplete="off" name="<?php echo esc_attr( (string) $setting_id ); ?>" id="<?php echo esc_attr( $input_id ); ?>" value="<?php echo esc_attr( (string) $k ); ?>" <?php echo checked( $conf, (int) $k, false ); ?> /> <label for="<?php echo esc_attr( $input_id ); ?>"><?php echo esc_html( $v ); ?></label> </div> <?php endforeach; ?> <div class="litespeed-desc"> <?php esc_html_e( 'Determines how changes in product quantity and product stock status affect product pages and their associated category pages.', 'litespeed-cache' ); ?> </div> </td> </tr> <tr> <th> <?php $setting_id = self::O_CART_VARY; ?> <?php esc_html_e( 'Vary for Mini Cart', 'litespeed-cache' ); ?> </th> <td> <?php $conf = (int) apply_filters( 'litespeed_conf', $setting_id ); $this->cls( 'Admin_Display' )->build_switch( $setting_id ); ?> <div class="litespeed-desc"> <?php esc_html_e( 'Generate a separate vary cache copy for the mini cart when the cart is not empty.', 'litespeed-cache' ); ?> <?php esc_html_e( 'If your theme does not use JS to update the mini cart, you must enable this option to display the correct cart contents.', 'litespeed-cache' ); ?> <br /><?php Doc::notice_htaccess(); ?> </div> </td> </tr> </tbody> </table> </div>
Upload File
Create Folder