| 开发者 | deepakrajpal |
|---|---|
| 更新时间 | 2026年6月8日 22:56 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
Tools → Purgify) — dedicated page with both clear actions and documentation.purgify folder to /wp-content/plugins/.No. Transients are cache entries — clearing them causes WordPress and plugins to regenerate fresh data on the next request. Your site may be slightly slower for the first few requests after clearing.
Clear All removes every transient unconditionally. Use it when you need a completely fresh cache. Clear Expired removes only transients whose timeout has already passed. This is the safer, more routine option — it just does what WordPress's own garbage collection is supposed to do automatically.
If you have an external object cache (e.g. Redis via the Redis Object Cache plugin), transients are stored there instead of the database. This plugin clears the database rows, which is the fallback store. To clear an external object cache, use that cache's own management tools or flush it from its plugin's settings.
The plugin clears both regular (_transient_*) and site-wide (_site_transient_*) transients from the current site's options table. Full multisite network support is planned for a future release.
The admin toolbar links are visible on the front-end when you are logged in as an administrator (provided the toolbar is enabled for your user). They work exactly the same way.