Ryan Welcher

Developer Advocate

New WordPress Plugin: Suspend Transients

Recently while working on a project in WordPress, I found myself adding and remove code to bypass cached transients. Needless to say, this was not a great solution. It caused needless code churn and sometimes it MAY have gotten committed to master.

As a result, I wrote a new WordPress plugin that will allow me to bypass transients on any given page.

I give you Suspend Transients!

It’s available on GitHub and pull requests are welcome!

2 responses to “New WordPress Plugin: Suspend Transients”

  1. […] little while ago, I created a plugin called Suspend Transients. It is a helpful tool that allows developers to bypass get_transient()  calls on any page by […]

  2. David Perez Avatar

    Hello!
    It’s a nice plugin. Why don’t you publish to the WordPress directory?

Leave a Reply

Your email address will not be published. Required fields are marked *