cache_disabled_warning(); ?>
form_action();
require LSCWP_DIR . "tpl/inc/check_if_network_disable_all.php";
require LSCWP_DIR . "tpl/cache/more_settings_tip.tpl.php";
// include all tpl for faster UE
foreach ( $menu_list as $tab => $val ) {
echo "
";
require LSCWP_DIR . "tpl/cache/settings-$tab.tpl.php";
echo "
";
}
do_action( 'litespeed_settings_content', 'cache' );
$this->form_end();
?>