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';
foreach ( $menu_list as $k => $val ) {
echo '
';
require LSCWP_DIR . "tpl/cache/settings-$k.tpl.php";
echo '
';
}
do_action( 'litespeed_settings_content', 'cache' );
$this->form_end();
?>