bibhamrokhanpin/wp-content/plugins/litespeed-cache/tpl/cache/settings_inc.cache_favicon.tpl.php
2024-04-10 17:46:06 +05:45

20 lines
529 B
PHP

<?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>