Transients

描述

Leira Transients gives you direct visibility and control over transient data stored by WordPress and plugins.

From a single admin screen, you can:

  • Browse standard and site transients.
  • Search, sort, and filter by status (All, Active, Expired, Persistent).
  • Quick-edit transient value and expiration.
  • Delete one or many transients safely from the UI.
  • Use per-page screen options for large datasets.

This plugin is built for developers and advanced site administrators.

Important: changing transient values or expiration dates can affect plugin behavior and cache logic. Use carefully on production sites.

Support and Contributions

GitHub repository: https://github.com/arielhr1987/leira-transients

Suggestions, feature requests, bug reports, and code improvements are all welcome.
If you have an idea to improve the plugin, please open an issue or submit a pull request.

屏幕截图

  • Open the Transients screen from the Tools menu.
  • Browse, search, and filter transients.
  • Quick-edit transient value and expiration.
  • Use Screen Options to customize pagination.

安装

  1. Upload the leira-transients folder to /wp-content/plugins/, or install it from the WordPress plugin directory.
  2. Activate the plugin from the Plugins screen in WordPress.
  3. Go to Tools -> Transients.
  4. Manage transient values, expiration dates, and cleanup actions.

常见问题

Can I create new transients with this plugin?

No. The plugin currently supports viewing, editing, and deleting existing transients only.

What can I edit?

You can edit transient value and expiration time.

Is it safe to use on production?

Yes, but use caution. Incorrect edits can change runtime behavior for themes/plugins that depend on those transients.

Does it support multisite/site transients?

Yes. It lists both transient and site transient records.

评价

2026 年 2 月 18 日 1 回复
Ahhhh … I need to look into the transients from time to time and really don’t want to go into the database anytime. The Plugin really does a nice job on that. Thanks!
阅读所有2条评价

贡献者及开发者

「Transients」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「Transients」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.5

  • Improved query performance for count/list view calculations.
  • Preserved current search/sort values when switching filter views.
  • Improved quick-edit validation for invalid expiration dates.
  • Hardened admin notification cookies (HttpOnly, Secure when applicable, SameSite=Lax).
  • Improved transient value type detection (JSON primitives, serialized scalar subtypes, and null).
  • Added scope badges in the Name column to clearly identify Site vs Regular transients.
  • Added tooltip help text for scope badges.
  • Improved badge styling for clearer status readability in the table.
  • Updated plugin readme text and documentation clarity.

1.0.4

  • WordPress 6.9 compatibility update.
  • Added blueprint.json for live preview support.

1.0.3

  • Deployment updates.

1.0.2

  • Improvements requested by the WordPress.org plugin review team.

1.0.1

  • Bug fixes.

1.0.0

  • Initial release.