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...
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 ...
-
June 3, 2022
- 0 Comments
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 ...
-
June 3, 2022
- 0 Comments
Is there an easy way to delete all transient caches? A plugin maybe? Or like in drupal “drush cc all”? 3 Answers 3 ...
-
June 1, 2022
- 0 Comments
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 ...
-
May 29, 2022
- 0 Comments
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 ...
-
May 28, 2022
- 0 Comments
I read about transient in the codex and some questions and answers here. So i’m developing a web app based on wp. It ...
-
May 26, 2022
- 0 Comments
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 ...
-
May 26, 2022
- 0 Comments
I have a plugin that interfaces with an API and am storing retrieved schedule data in a transient. Storing the transient for 24 ...
-
May 26, 2022
- 0 Comments
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be ...
-
May 25, 2022
- 0 Comments