From a24a06002081ad71a78ffeff9072725ba39cf121 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 17 Feb 2026 20:05:31 +0000
Subject: [PATCH] =minor changes, particularly around the JVB_CHILD_URL pattern

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

diff --git a/inc/blocks/CustomBlocks.php b/inc/blocks/CustomBlocks.php
index 1822fb5..b22cb0a 100644
--- a/inc/blocks/CustomBlocks.php
+++ b/inc/blocks/CustomBlocks.php
@@ -398,7 +398,7 @@
 		if ($cite !== '') {
 			$content = $this->stripTagContents('cite', $content);
 		}
-		$content = apply_filters('the_content', $content);
+		$content = jvb_filter_content( $content);
 
 		return '<blockquote'.$this->getClassesAndStyles($block['attrs'], ['pull']).'>'.
         	$content.

--
Gitblit v1.10.0