Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/litespee.../tpl/cache
File: network_settings-cache.tpl.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* LiteSpeed Cache Network Cache Settings
[2] Fix | Delete
*
[3] Fix | Delete
* Displays the network cache control settings section for LiteSpeed Cache.
[4] Fix | Delete
*
[5] Fix | Delete
* @package LiteSpeed
[6] Fix | Delete
* @since 1.0.0
[7] Fix | Delete
*/
[8] Fix | Delete
[9] Fix | Delete
namespace LiteSpeed;
[10] Fix | Delete
[11] Fix | Delete
defined( 'WPINC' ) || exit;
[12] Fix | Delete
?>
[13] Fix | Delete
[14] Fix | Delete
<h3 class="litespeed-title-short">
[15] Fix | Delete
<?php esc_html_e( 'Cache Control Settings', 'litespeed-cache' ); ?>
[16] Fix | Delete
<?php Doc::learn_more( 'https://docs.litespeedtech.com/lscache/lscwp/cache/' ); ?>
[17] Fix | Delete
</h3>
[18] Fix | Delete
[19] Fix | Delete
<table class="wp-list-table striped litespeed-table">
[20] Fix | Delete
<tbody>
[21] Fix | Delete
<tr>
[22] Fix | Delete
<th><?php esc_html_e( 'Network Enable Cache', 'litespeed-cache' ); ?></th>
[23] Fix | Delete
<td>
[24] Fix | Delete
<?php $this->build_switch( Base::O_CACHE ); ?>
[25] Fix | Delete
<div class="litespeed-desc">
[26] Fix | Delete
<?php esc_html_e( 'Enabling LiteSpeed Cache for WordPress here enables the cache for the network.', 'litespeed-cache' ); ?><br />
[27] Fix | Delete
<?php esc_html_e( 'It is STRONGLY recommended that the compatibility with other plugins on a single/few sites is tested first.', 'litespeed-cache' ); ?><br />
[28] Fix | Delete
<?php esc_html_e( 'This is to ensure compatibility prior to enabling the cache for all sites.', 'litespeed-cache' ); ?>
[29] Fix | Delete
</div>
[30] Fix | Delete
</td>
[31] Fix | Delete
</tr>
[32] Fix | Delete
[33] Fix | Delete
<?php
[34] Fix | Delete
require LSCWP_DIR . 'tpl/cache/settings_inc.cache_mobile.tpl.php';
[35] Fix | Delete
require LSCWP_DIR . 'tpl/cache/settings_inc.cache_dropquery.tpl.php';
[36] Fix | Delete
?>
[37] Fix | Delete
</tbody>
[38] Fix | Delete
</table>
[39] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function