✏️ 正在编辑: network_settings-excludes.tpl.php
路径:
/usr/src/litespeed-wp-plugin/6.0.0.1/litespeed-cache/tpl/cache/network_settings-excludes.tpl.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php namespace LiteSpeed; defined( 'WPINC' ) || exit; ?> <h3 class="litespeed-title-short"> <?php echo __( 'Exclude Settings', 'litespeed-cache' ); ?> <?php Doc::learn_more( 'https://docs.litespeedtech.com/lscache/lscwp/cache/#excludes-tab' ); ?> </h3> <table class="wp-list-table striped litespeed-table"><tbody> <?php // Cookie require LSCWP_DIR . 'tpl/cache/settings_inc.exclude_cookies.tpl.php'; // User Agent require LSCWP_DIR . 'tpl/cache/settings_inc.exclude_useragent.tpl.php'; ?> </tbody></table>
💾 保存文件
← 返回文件管理器