felixarntz/flush-transients

This plugin allows you to flush WordPress transients, plain and simple.

1.0.0 2024-01-18 00:18 UTC

This package is auto-updated.

Last update: 2024-04-09 00:57:53 UTC


README

WordPress plugin version WordPress tested version WordPress plugin downloads PHP Unit Testing Packagist version Packagist license

Flush Transients

This plugin allows you to flush WordPress transients, plain and simple.

The admin bar entry to flush transients

Just like many other plugins offer a feature to flush the WordPress object cache, this plugin allows to flush transients.

Many WordPress sites do not have access to an object cache in their hosting environment, and for those sites transients are the only mechanism for caching data which WordPress natively supports. Being able to clear transients can be crucial for certain use-cases, particularly on sites that do not use an object cache.

This plugin adds a small admin bar menu item where users with the required capabilities can flush transients for the site. For sites not using an object cache, where transients are stored in the database, the menu item also provides information on the amount of transients stored.

Both regular transients and network transients are supported. When using WordPress Multisite, network transients can be flushed in the Network Admin UI.

Installation and usage

You can download the latest version from the WordPress plugin repository.

Please see the plugin repository installation instructions for detailed information on installation and the plugin repository FAQ for additional details on usage and customization.

Alternatively, if you use Composer to manage your WordPress site, you can also install the plugin from Packagist:

composer require felixarntz/flush-transients:^1.0

Contributions

If you have ideas to improve the plugin or to solve a bug, feel free to raise an issue or submit a pull request right here on GitHub. Please refer to the contributing guidelines to learn more and get started.

You can also contribute to the plugin by translating it. Simply visit translate.wordpress.org to get started.