/
home
/
vianto5
/
distritosatelite.mx
/
wp-content
/
plugins
/
litespeed-cache
/
tpl
/
optimax
/
/home/vianto5/distritosatelite.mx/wp-content/plugins/litespeed-cache/tpl/optimax
mkdir
upload
Name
Size
Mode
Actions
entry.tpl.php
1216
0644
edit
dl
rm
settings.tpl.php
4102
0644
edit
dl
rm
summary.tpl.php
791
0644
edit
dl
rm
Edit:
/home/vianto5/distritosatelite.mx/wp-content/plugins/litespeed-cache/tpl/optimax/entry.tpl.php
(1216B)
<?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 ) { GUI::display_tab_layout( $menu_list, $menu_key ); require LSCWP_DIR . 'tpl/optimax/' . $menu_key . '.tpl.php'; echo '</div>'; } ?> </div> </div>
Save
cmd:
run