Deskripsyon
Plugin homepage | Plugin author | Donate
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.
And it’s on GitHub.
Pag-install
- Upload
clean-expired-transientsfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Mga Review
Wala pang reviews para sa plugin na ito.
Mga Contributor at Developer
Ang “Clean Expired Transients” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.
Mga ContributorAng “Clean Expired Transients” ay naisalin na sa 1 (na) locale. Salamat sa mga tagasalin para sa kanilang mga kontribusyon.
Isalin ang “Clean Expired Transients” sa iyong wika.
Interesado sa development?
Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.
Changelog
1.2
- Released on 17th December 2016
- Removed plugin action links
- Added cleaning of temporaries after cleaning of transients is finished.
1.1
- Released on 12th October 2015
- Added hook that is fired after cleaning is finished
- Added plugin action links
- Added translation header
1.0
- Released on 4th May 2015
- Initial release