File "settings_inc.cache_favicon.tpl.php"
Full Path: /home/ycoalition/public_html/blog/wp-admin/js/widgets/plugins/litespeed-cache/tpl/cache/settings_inc.cache_favicon.tpl.php
File size: 529 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace LiteSpeed ;
defined( 'WPINC' ) || exit ;
?>
<tr>
<th>
<?php $id = Base::O_CACHE_FAVICON ; ?>
<?php $this->title( $id ) ; ?>
</th>
<td>
<?php $this->build_switch( $id ) ; ?>
<div class="litespeed-desc">
<?php echo __( 'favicon.ico is requested on most pages.', 'litespeed-cache' ) ; ?>
<?php echo __( 'Caching this resource may improve server performance by avoiding unnecessary PHP calls.', 'litespeed-cache' ) ; ?>
<br /><?php Doc::notice_htaccess() ; ?>
</div>
</td>
</tr>