From 226b50642af0895948fbaa623a9b7180399a63b6 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Wed, 13 May 2026 19:15:48 +0000
Subject: [PATCH] =Queue fixes

---
 inc/blocks/CustomBlocks.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/inc/blocks/CustomBlocks.php b/inc/blocks/CustomBlocks.php
index 6679038..174e1a7 100644
--- a/inc/blocks/CustomBlocks.php
+++ b/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']);

--
Gitblit v1.10.0