Set Transient expiration
I have a page that displays a random post every day. In order to change post every 24 hours I use set_transient(‘totd_trans_post_id’, $totd[0]->ID, … Read more
I have a page that displays a random post every day. In order to change post every 24 hours I use set_transient(‘totd_trans_post_id’, $totd[0]->ID, … Read more
Wanted some opinions on a solution I’m trying to come up with: I have a fan/enthusiast plugin I’m working on for fans of … Read more
I’m using fetch_feed() to cache external rss sources displayed in a widget. in case the widget (or, more likely, the whole plugin) is … Read more
Is there an easy way to delete all transient caches? A plugin maybe? Or like in drupal “drush cc all”? 3 Answers 3 … Read more
I’ve been working to speed up my site by utilizing transients to store rendered HTML and it works great. I’ve set up checks … Read more
Everything is in the question. For a notices system to show warnings/errors in the admin, I´m using transient. When I published my first … Read more
I read about transient in the codex and some questions and answers here. So i’m developing a web app based on wp. It … Read more
I am trying to implement transient fragments, I’ve been doing what is suggested here: http://css-tricks.com/wordpress-fragment-caching-revisited/ While it is working for headers, footers, landing … Read more
I have a plugin that interfaces with an API and am storing retrieved schedule data in a transient. Storing the transient for 24 … Read more
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be … Read more