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