Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 512 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 512 Bytes

[WordPress] Autoptimize Cache Notifier

Autoptimize Cache Notifier sends an email notification when the cache size exceeds 50% and 80%.

Installation

Just add the above script in your themes functions.php file

Add Email id

 $mail_to = 'user@example.com';

Working

This scripts notifies once per week of cache size is greter then 50%. And once per day cache size is greter then 80%. You can customize it as per your requirement.

License

MIT