File "advanced-cache.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/wp-rocket/views/settings/page-sections/advanced-cache.php
File size: 296 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

defined('ABSPATH') || exit;
?>

<div id="<?php 
echo esc_attr($data['id']);
?>" class="wpr-Page">
	<div class="wpr-sectionHeader">
		<h2 class="wpr-title1 wpr-icon-rules"><?php 
echo esc_html($data['title']);
?></h2>
	</div>
	<?php 
$this->render_settings_sections($data['id']);
?>
</div>