PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wp-optimize-premium.3.0.16
/
templates
/
cache
<?php if (!defined('WPO_VERSION')) die('No direct access allowed'); ?> <h3 class="wpo-first-child"><?php _e('URLs to exclude from cache', 'wp-optimize'); ?></h3> <div class="wpo-fieldgroup"> <p> <label for="cache_exception_urls"><?php printf(__('List paths (e.g. %s) that should not be cached (one per line)', 'wp-optimize'), '<code>'._x('/product/green-beans', 'an example path', 'wp-optimize').'</code>'); ?> </label> <textarea name="cache_exception_urls" id="cache_exception_urls" class="cache-settings" placeholder="/members/*"><?php echo htmlspecialchars($cache_exception_urls); ?></textarea> </p> <span> <?php _e('Use the wildcard * to exclude child URLs.', 'wp-optimize'); ?> <?php printf(_x('e.g. %s or %s', '%s are examples of path using the wildcard *', 'wp-optimize'), '<code>'._x('/shop/*', 'an example path with the wildcard (*)', 'wp-optimize').'</code>', '<code>'._x('*sample-path*', 'a second example path using the wildcard (*) twice', 'wp-optimize').'</code>'); ?> </span> </div> <h3 class="wpo-first-child"><?php _e('Cookies to exclude from cache (one per line)', 'wp-optimize'); ?></h3> <div class="wpo-fieldgroup"> <p> <label for="cache_exception_cookies"><?php _e('List of cookies that will prevent caching when set.', 'wp-optimize'); ?></label> <textarea name="cache_exception_cookies" id="cache_exception_cookies" class="cache-settings" placeholder="wordpress_*"><?php echo htmlspecialchars($cache_exception_cookies); ?></textarea> </p> </div> <h3 class="wpo-first-child"><?php _e('List of browser agent strings to exclude from cache', 'wp-optimize'); ?></h3> <div class="wpo-fieldgroup"> <p> <label for="cache_exception_browser_agents"><?php _e('List of browser agents strings or substrings that should not be served cached files (one per line)', 'wp-optimize'); ?></label> <textarea name="cache_exception_browser_agents" id="cache_exception_browser_agents" class="cache-settings" placeholder="AppleWebKit/*"><?php echo htmlspecialchars($cache_exception_browser_agents); ?></textarea> </p> <span><?php _e('If any of the above strings is found in the User-Agent HTTP header, then the requested page will not be cached.', 'wp-optimize'); ?> </span> </div> <input id="wp-optimize-save-cache-advanced-rules" class="button button-primary" type="submit" name="wp-optimize-save-cache-advanced-rules" value="Save changes"> <img class="wpo_spinner" src="<?php echo esc_attr(admin_url('images/spinner-2x.gif')); ?>" alt="..."> <span class="save-done dashicons dashicons-yes display-none"></span>
[+]
..
[-] page-cache-woocommerce.php
[edit]
[-] .cache.php
[edit]
[-] browser-cache.php
[edit]
[-] page-cache-preload.php
[edit]
[-] page-cache-advanced.php
[edit]
[-] page-cache.php
[edit]
[-] gzip-compression.php
[edit]