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!
Pingback: Same WordPress plugin, new name - Ryan Welcher