added maple performance caching plugin

This commit is contained in:
rodolfomartinez 2026-02-02 12:35:28 -05:00
parent c44c49a836
commit e468202f95
12 changed files with 4501 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?php
/**
* Silence is golden.
*
* @package MaplePerformance
*/
// Prevent direct access
if ( ! defined( 'ABSPATH' ) ) {
exit;
}