Jake Vanderwerf
2026-05-12 56dabe84560927f59d64eb37a797ac1ae0a46b1b
inc/blocks/CustomBlocks.php
@@ -19,6 +19,7 @@
    {
        $this->cache = Cache::for('blocks', WEEK_IN_SECONDS);
      $this->cache->connect('post')->connect('taxonomy');
      $this->cache->flush();
      add_filter('render_block', [$this, 'render'], 900, 2);
        add_action('init', [$this, 'registerBlockStyles']);