dimadin / clean-expired-transients
Safest and simplest WordPress transients garbage collector.
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2024-10-16 07:52:03 UTC
README
Plugin homepage | Plugin author | Donate
Safest and simplest transients garbage collector.
This plugin cleans every transient from database older than one minute using safe native WordPress function. It works on multisite too.
By default, it will check for expired transients once daily, though you can call it any time using Clean_Expired_Transients::clean();
.
Clean Expired Transients is a very lightweight, it has no settings, just activate it and it works immediately.
Note that it can be used by developers in their project in any place, it doesn't require activation and it's safe to use since it checks is there existing installation, just include it.