=== Flush Transients === Plugin Name: Flush Transients Plugin URI: https://wordpress.org/plugins/flush-transients/ Author: Felix Arntz Author URI: https://felix-arntz.me Contributors: flixos90 Donate link: https://felix-arntz.me/wordpress-plugins/ Tested up to: 7.0 Stable tag: 1.0.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: transients, cache, flushing, invalidation, performance This plugin allows you to flush WordPress transients, plain and simple. == Description == 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 == 1. Upload the entire `flush-transients` folder to the `/wp-content/plugins/` directory or download it through the WordPress backend. 2. Activate the plugin through the 'Plugins' menu in WordPress. == Frequently Asked Questions == = Which users can flush transients? = The plugin checks for a new capability `flush_transients`. By default, it is granted to any user that has the `manage_options` capability. To disable this default behavior, you can unhook the relevant function: `