first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php if (!defined('ABSPATH')) die('No direct access allowed'); ?>
|
||||
<div class="wpo-power-tweaks-section">
|
||||
<h3 class="wpo-first-child"><?php esc_html_e('Power tweaks', 'wp-optimize'); ?></h3>
|
||||
|
||||
<div class="power-tweaks--list">
|
||||
<?php
|
||||
/**
|
||||
* Display the power tweaks
|
||||
*/
|
||||
do_action('wpo_power_tweaks_output');
|
||||
?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user