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']); }