This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Clean Expired Transients

ཞིབ་བརྗོད།

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.

སྒྲིག་འཇུག

  1. Upload clean-expired-transients folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

གདེང་འཇོག

There are no reviews for this plugin.

བྱས་རྗེས་འཇོག་མཁན། & གསར་འབྱེད་པ།

“Clean Expired Transients” is open source software. The following people have contributed to this plugin.

བྱས་རྗེས་འཇོག་མཁན།

“Clean Expired Transients” has been translated into 1 locale. Thank you to the translators for their contributions.

ཁྱེད་ཀྱི་སྐད་ཡིག་ནང་ལ་ “Clean Expired Transients” ཡིག་སྒྱུར་བྱོས།

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

དག་བཅོས་ཉིན་ཐོ།

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