Transients

Description

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.

Screenshots

  • 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.

Installation

  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.

FAQ

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.

Reviews

February 18, 2026 1 reply
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!
Read all 2 reviews

Contributors & Developers

“Transients” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Transients” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

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.