????JFIF??x?x????'
Server IP : 104.21.80.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/cwd/wp-content/plugins/litespeed-cache/tpl/cache/ |
Upload File : |
<?php /** * LiteSpeed Cache Exclude Cookies Setting * * Displays the exclude cookies setting for LiteSpeed Cache. * * @package LiteSpeed * @since 1.0.0 */ namespace LiteSpeed; defined( 'WPINC' ) || exit; ?> <tr> <th scope="row"> <?php $option_id = Base::O_CACHE_EXC_COOKIES; ?> <?php $this->title( $option_id ); ?> </th> <td> <?php $this->build_textarea( $option_id ); ?> <div class="litespeed-desc"> <?php printf( /* translators: %s: "cookies" */ esc_html__( 'To prevent %s from being cached, enter them here.', 'litespeed-cache' ), esc_html__( 'cookies', 'litespeed-cache' ) ); ?> <?php Doc::one_per_line(); ?> <?php $this->_validate_syntax( $option_id ); ?> <br /><?php Doc::notice_htaccess(); ?> </div> </td> </tr>