/home/vianto5/distritosatelite.mx/wp-content/plugins/litespeed-cache/tpl/presets
Edit: /home/vianto5/distritosatelite.mx/wp-content/plugins/litespeed-cache/tpl/presets/entry.tpl.php (1191B)
esc_html__( 'Standard Presets', 'litespeed-cache' ),
'import_export' => esc_html__( 'Import / Export', 'litespeed-cache' ),
);
?>
v
$val ) {
GUI::display_tab_layout( $menu_list, $curr_tab );
if ( 'import_export' === $curr_tab ) {
require LSCWP_DIR . "tpl/toolbox/$curr_tab.tpl.php";
} else {
require LSCWP_DIR . "tpl/presets/$curr_tab.tpl.php";
}
echo '
';
}
?>