/
home
/
techb158
/
on-time-movers.com
/
wp-content
/
plugins
/
litespeed-cache
/
tpl
/
optimax
/
/home/techb158/on-time-movers.com/wp-content/plugins/litespeed-cache/tpl/optimax
mkdir
upload
Name
Size
Mode
Actions
entry.tpl.php
1234
0644
edit
dl
rm
settings.tpl.php
917
0644
edit
dl
rm
summary.tpl.php
791
0644
edit
dl
rm
Edit:
/home/techb158/on-time-movers.com/wp-content/plugins/litespeed-cache/tpl/optimax/settings.tpl.php
(917B)
<?php /** * LiteSpeed Cache OptimaX Settings * * Manages OptimaX settings for LiteSpeed Cache. * * @package LiteSpeed * @since 8.0 */ namespace LiteSpeed; defined( 'WPINC' ) || exit; $this->form_action(); ?> <h3 class="litespeed-title-short"> <?php esc_html_e( 'OptimaX Settings', 'litespeed-cache' ); ?> <?php Doc::learn_more( 'https://docs.litespeedtech.com/lscache/lscwp/imageopt/#image-optimization-settings-tab' ); ?> </h3> <table class="wp-list-table striped litespeed-table"> <tbody> <tr> <th> <?php $option_id = Base::O_OPTIMAX; ?> <?php $this->title( $option_id ); ?> </th> <td> <?php $this->build_switch( $option_id ); ?> <div class="litespeed-desc"> <?php esc_html_e( 'Turn on OptimaX. This will automatically request your pages OptimaX result via cron job.', 'litespeed-cache' ); ?> </div> </td> </tr> </tbody> </table> <?php $this->form_end();
Save
cmd:
run