Jake Vanderwerf
2026-02-17 a24a06002081ad71a78ffeff9072725ba39cf121
inc/blocks/FeedBlock.php
@@ -21,10 +21,9 @@
   {
      // Initialize cache with connections
      $this->cache = Cache::for('feed_block', WEEK_IN_SECONDS);
      if (JVB_TESTING) {
         $this->cache->flush();
      }
//    if (JVB_TESTING) {
//       $this->cache->flush();
//    }
      add_action('init', [$this, 'registerBlock']);
   }