I’m currently using WordPress Transient Caching when querying images I’ve uploaded and tagged. Using Transient Caching has really sped up these queries once they are cached, but unfortunately, once...
  • May 17, 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 Not tested, but if you need...
  • May 15, 2022
  • 0 Comments
I have a small shortcode which basically takes data from a JSON file and displays it on a page. The data in JSON is updated weekly, how can I...
  • May 11, 2022
  • 0 Comments