Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/litespee.../tpl/optimax
File: settings.tpl.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* LiteSpeed Cache OptimaX Settings
[2] Fix | Delete
*
[3] Fix | Delete
* Manages OptimaX settings for LiteSpeed Cache.
[4] Fix | Delete
*
[5] Fix | Delete
* @package LiteSpeed
[6] Fix | Delete
* @since 8.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
$this->form_action();
[14] Fix | Delete
?>
[15] Fix | Delete
[16] Fix | Delete
<h3 class="litespeed-title-short">
[17] Fix | Delete
<?php esc_html_e( 'OptimaX Settings', 'litespeed-cache' ); ?>
[18] Fix | Delete
<?php Doc::learn_more( 'https://docs.litespeedtech.com/lscache/lscwp/imageopt/#image-optimization-settings-tab' ); ?>
[19] Fix | Delete
</h3>
[20] Fix | Delete
[21] Fix | Delete
<table class="wp-list-table striped litespeed-table">
[22] Fix | Delete
<tbody>
[23] Fix | Delete
[24] Fix | Delete
<tr>
[25] Fix | Delete
<th>
[26] Fix | Delete
<?php $option_id = Base::O_OPTIMAX; ?>
[27] Fix | Delete
<?php $this->title( $option_id ); ?>
[28] Fix | Delete
</th>
[29] Fix | Delete
<td>
[30] Fix | Delete
<?php $this->build_switch( $option_id ); ?>
[31] Fix | Delete
<div class="litespeed-desc">
[32] Fix | Delete
<?php esc_html_e( 'Turn on OptimaX. This will automatically request your pages OptimaX result via cron job.', 'litespeed-cache' ); ?>
[33] Fix | Delete
</div>
[34] Fix | Delete
</td>
[35] Fix | Delete
</tr>
[36] Fix | Delete
[37] Fix | Delete
</tbody>
[38] Fix | Delete
</table>
[39] Fix | Delete
[40] Fix | Delete
<?php
[41] Fix | Delete
$this->form_end();
[42] Fix | Delete
[43] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function