Jake Vanderwerf
2026-02-14 27fb820ae9081fb56957cf75e79eccd8a99edd52
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']);
   }