=== SPP One-Click Transient Flusher ===
Contributors: simpliplugin
Tags: cache, transients, object cache, admin bar, developer
Requires at least: 5.8
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

One-click object cache and transient cleanup from the WordPress admin top bar.

== Description ==

SPP One-Click Transient Flusher speeds up development and troubleshooting cycles by exposing a global system transient and object cache cleanup utility directly on the admin top bar menu.

**Features**

* Adds a **Flush Cache** menu to the WordPress admin bar
* **Flush Object Cache** — runs `wp_cache_flush()` when a persistent object cache is available
* **Clear Transients** — removes transient records from the database
* **Flush All** — runs both operations in one click
* Capability-restricted to users who can `manage_options`
* Nonce-protected admin requests with safe redirects

Ideal for developers, site builders, and support teams who need a fast way to clear stale cache data without installing a heavy optimization suite.

Developed by [SimpliPlugin](https://simpliplugin.com).

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/spp-one-click-transient-flusher` directory, or install the plugin through the WordPress plugins screen.
2. Activate the plugin through the **Plugins** screen in WordPress.
3. Log in as an administrator and use the **Flush Cache** item in the admin top bar.

== Frequently Asked Questions ==

= Who can use the flush links? =

Only users with the `manage_options` capability (typically administrators) will see and use the admin bar menu.

= Does this replace a full-page caching plugin? =

No. This plugin clears WordPress object cache and database transients. It does not purge CDN, browser, or server-level page caches unless your stack hooks into `wp_cache_flush()`.

= Is it safe on production sites? =

Clearing transients and object cache is generally safe but may temporarily increase database load while caches rebuild. Use with care on high-traffic production sites.

== Screenshots ==

1. Flush Cache menu in the WordPress admin bar with object cache, transient, and flush-all actions.

== Changelog ==

= 1.0.0 =
* Initial release.
* Admin bar menu with object cache flush, transient clear, and flush-all actions.
* Nonce-protected admin processors with success notices.

== Upgrade Notice ==

= 1.0.0 =
Initial release.
