PHP 8.2.30
Preview: entry_network.tpl.php Size: 1.37 KB
//usr/src/litespeed-wp-plugin/7.4/litespeed-cache/tpl/cache/entry_network.tpl.php

<?php
/**
 * LiteSpeed Cache Network Cache Settings
 *
 * Displays the network cache settings page with tabbed navigation for LiteSpeed Cache.
 *
 * @package LiteSpeed
 * @since 1.0.0
 */

namespace LiteSpeed;

defined( 'WPINC' ) || exit;

$menu_list = array(
	'cache'    => __( 'Cache', 'litespeed-cache' ),
	'purge'    => __( 'Purge', 'litespeed-cache' ),
	'excludes' => __( 'Excludes', 'litespeed-cache' ),
	'object'   => __( 'Object', 'litespeed-cache' ),
	'browser'  => __( 'Browser', 'litespeed-cache' ),
	'advanced' => __( 'Advanced', 'litespeed-cache' ),
);
?>

<div class="wrap">
	<h1 class="litespeed-h1">
		<?php esc_html_e( 'LiteSpeed Cache Network Cache Settings', 'litespeed-cache' ); ?>
	</h1>
	<span class="litespeed-desc">
		<?php echo esc_html( 'v' . 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 $this->cache_disabled_warning(); ?>

		<?php
		$this->form_action( Router::ACTION_SAVE_SETTINGS_NETWORK );

		foreach ( $menu_list as $k => $val ) {
			$k_escaped = esc_attr( $k );
			?>
			<div data-litespeed-layout="<?php echo esc_html( $k_escaped ); ?>">
			<?php
			require LSCWP_DIR . "tpl/cache/network_settings-$k.tpl.php";
			?>
			</div>
			<?php
		}

		$this->form_end();
		?>
	</div>
</div>

Directory Contents

Dirs: 0 × Files: 25

Name Size Perms Modified Actions
2.39 KB lrw-r--r-- 2025-08-28 18:30:40
Edit Download
1.37 KB lrw-r--r-- 2025-08-28 18:30:40
Edit Download
670 B lrw-r--r-- 2025-08-28 18:30:40
Edit Download
575 B lrw-r--r-- 2025-08-28 18:30:40
Edit Download
277 B lrw-r--r-- 2025-08-28 18:30:40
Edit Download
1.26 KB lrw-r--r-- 2025-08-28 18:30:40
Edit Download
698 B lrw-r--r-- 2025-08-28 18:30:40
Edit Download
290 B lrw-r--r-- 2025-08-28 18:30:40
Edit Download
583 B lrw-r--r-- 2025-08-28 18:30:40
Edit Download
2.55 KB lrw-r--r-- 2025-08-28 18:30:40
Edit Download
210 B lrw-r--r-- 2025-08-28 18:30:40
Edit Download
5.64 KB lrw-r--r-- 2025-08-28 18:30:40
Edit Download
5.80 KB lrw-r--r-- 2025-08-28 18:30:40
Edit Download
4.80 KB lrw-r--r-- 2025-08-28 18:30:40
Edit Download
209 B lrw-r--r-- 2025-08-28 18:30:40
Edit Download
6.37 KB lrw-r--r-- 2025-08-28 18:30:40
Edit Download
3.36 KB lrw-r--r-- 2025-08-28 18:30:40
Edit Download
2.29 KB lrw-r--r-- 2025-08-28 18:30:40
Edit Download
1.09 KB lrw-r--r-- 2025-08-28 18:30:40
Edit Download
2.73 KB lrw-r--r-- 2025-08-28 18:30:40
Edit Download
775 B lrw-r--r-- 2025-08-28 18:30:40
Edit Download
794 B lrw-r--r-- 2025-08-28 18:30:40
Edit Download
3.53 KB lrw-r--r-- 2025-08-28 18:30:40
Edit Download
8.32 KB lrw-r--r-- 2025-08-28 18:30:40
Edit Download
637 B lrw-r--r-- 2025-08-28 18:30:40
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).