first commit

This commit is contained in:
2025-02-24 22:33:42 +01:00
commit 737c037e85
18358 changed files with 5392983 additions and 0 deletions

View File

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