Clear Cache Everywhere allows administrators to instantly clear various cache sources directly from the WordPress admin bar. This ensures changes are reflected immediately without waiting for cache expiration.
Features:
- One-Click Cache Clearing: Clears multiple cache layers across WordPress, server, and browser.
- Individual Clear Actions: Run specific cache clearing actions independently.
- Admin Bar Access: Quick purge button in the WordPress admin bar (eraser icon).
- Hosting Integration: Supports clearing hosting-level cache via configurable purge URL.
- Third-Party Support: Clears cache for supported plugins and services.
- Detailed Logging: Logs execution time for each action.
- Developer Hooks: Add additional cache clearing actions via developer hooks.
By default, clearing the cache will execute the following actions:
- Rewrite Rules – Flushes WordPress rewrite rules so permalink and routing changes apply immediately.
- WordPress Object Cache – Clears the in-memory object cache used to store database query results.
- Transients – Deletes all transients, forcing temporary data to regenerate on next load.
- OPcache Reset – Resets PHP OPcache so compiled scripts reload from disk.
- Varnish Cache – Sends a purge request to Varnish to invalidate reverse proxy cached pages.
- Redis / Memcached – Flushes persistent object cache if Redis or Memcached is active.
- Fragment Cache – Clears cached template fragments generated by themes or plugins.
- REST API Cache – Removes cached REST responses to ensure endpoints return fresh data.
- Sessions – Destroys active PHP sessions. Users may need to log in again.
- Cookies – Removes site-related browser cookies set by WordPress or plugins.
- Browser Cache – Forces browsers to revalidate and reload cached static assets.
- Hosting Cache – Triggers a configured purge endpoint to clear host-level caching.
Integrations:
The plugin already supports clearing cache for the following third-party plugins:
- Cornerstone
- Elementor
- WP Super Cache
- W3 Total Cache
- WP Rocket
- LiteSpeed Cache
- SiteGround Optimizer
- Cloudflare
- Autoptimize
- Swift Performance
- Comet Cache
- WP Fastest Cache
- Hummingbird
- Nginx Helper
- WP-Optimize
This plugin is ideal for developers, content managers, and site owners who need immediate cache flushing across multiple layers.
Demo