__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace LiteSpeed;
defined( 'WPINC' ) || exit;
$menu_list = array(
'settings_css' => __( 'CSS Settings', 'litespeed-cache' ),
'settings_js' => __( 'JS Settings', 'litespeed-cache' ),
'settings_html' => __( 'HTML Settings', 'litespeed-cache' ),
'settings_media' => __( 'Media Settings', 'litespeed-cache' ),
'settings_vpi' => __( 'VPI', 'litespeed-cache' ),
'settings_media_exc' => __( 'Media Excludes', 'litespeed-cache' ),
'settings_localization' => __( 'Localization', 'litespeed-cache' ),
'settings_tuning' => __( 'Tuning', 'litespeed-cache' ),
'settings_tuning_css' => __( 'Tuning', 'litespeed-cache' ) . ' - CSS',
);
?>
<div class="wrap">
<h1 class="litespeed-h1">
<?php echo __( 'LiteSpeed Cache Page Optimization', 'litespeed-cache' ); ?>
</h1>
<span class="litespeed-desc">
v<?php echo Core::VER; ?>
</span>
<hr class="wp-header-end">
</div>
<div class="litespeed-wrap">
<div class="litespeed-callout notice notice-warning inline">
<h4><?php echo __( 'NOTICE', 'litespeed-cache' ); ?></h4>
<p><?php echo __( 'Please test thoroughly when enabling any option in this list. After changing Minify/Combine settings, please do a Purge All action.', 'litespeed-cache' ); ?></p>
</div>
<h2 class="litespeed-header nav-tab-wrapper">
<?php
$i = 1;
foreach ( $menu_list as $tab => $val ) {
$accesskey = $i <= 9 ? "litespeed-accesskey='$i'" : '';
echo "<a class='litespeed-tab nav-tab' href='#$tab' data-litespeed-tab='$tab' $accesskey>$val</a>";
++$i;
}
?>
</h2>
<div class="litespeed-body">
<?php
$this->form_action();
// include all tpl for faster UE
foreach ( $menu_list as $tab => $val ) {
echo "<div data-litespeed-layout='$tab'>";
require LSCWP_DIR . "tpl/page_optm/$tab.tpl.php";
echo '</div>';
}
$this->form_end();
?>
</div>
</div>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| entry.tpl.php | File | 1.82 KB | 0644 |
|
| settings_css.tpl.php | File | 14.6 KB | 0644 |
|
| settings_html.tpl.php | File | 5.86 KB | 0644 |
|
| settings_js.tpl.php | File | 3.09 KB | 0644 |
|
| settings_localization.tpl.php | File | 4.68 KB | 0644 |
|
| settings_media.tpl.php | File | 11.01 KB | 0644 |
|
| settings_media_exc.tpl.php | File | 3.45 KB | 0644 |
|
| settings_tuning.tpl.php | File | 5.51 KB | 0644 |
|
| settings_tuning_css.tpl.php | File | 6.83 KB | 0644 |
|
| settings_vpi.tpl.php | File | 4.81 KB | 0644 |
|