??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/am1atec.co.uk/wp-content/plugins/litespeed-cache/tpl/general/entry.tpl.php
⬅ Kembali
<?php
/**
* LiteSpeed Cache General Settings
*
* Manages general settings interface for LiteSpeed Cache.
*
* @package LiteSpeed
* @since 1.0.0
*/
namespace LiteSpeed;
defined( 'WPINC' ) || exit;
$menu_list = array(
'online' => esc_html__( 'Online Services', 'litespeed-cache' ),
'settings' => esc_html__( 'General Settings', 'litespeed-cache' ),
);
if ( is_network_admin() ) {
$menu_list = array(
'network_settings' => esc_html__( 'General Settings', 'litespeed-cache' ),
);
}
?>
<div class="wrap">
<h1 class="litespeed-h1">
<?php esc_html_e( 'LiteSpeed Cache General Settings', 'litespeed-cache' ); ?>
</h1>
<span class="litespeed-desc">
v<?php echo esc_html( Core::VER ); ?>
</span>
<hr class="wp-header-end">
</div>
<div class="litespeed-wrap">
<h2 class="litespeed-header nav-tab-wrapper">
<?php GUI::display_tab_list( $menu_list ); ?>
</h2>
<div class="litespeed-body">
<?php
foreach ( $menu_list as $menu_key => $val ) {
echo '<div data-litespeed-layout="' . esc_attr( $menu_key ) . '">';
require LSCWP_DIR . 'tpl/general/' . $menu_key . '.tpl.php';
echo '</div>';
}
?>
</div>
</div>
Nama
Tipe
Ukuran
Diubah
Aksi
🐘 entry.tpl.php
php
1.2 KB
2026-04-01 16:54
🐘 network_settings.tpl.php
php
1.2 KB
2026-04-01 16:54
🐘 online.tpl.php
php
12.1 KB
2026-04-01 16:54
🐘 settings.tpl.php
php
6 KB
2026-04-01 16:54
🐘 settings_inc.auto_upgrade.tpl.php
php
651 B
2026-04-01 16:54
🐘 settings_inc.guest.tpl.php
php
3.2 KB
2026-04-01 16:54