From 704b0dc2660db0b4fabd0ba62c548b3af2809f96 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 25 Jul 2026 10:54:07 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Unregister=20core=20pullq?= =?UTF-8?q?uote=20block?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/hooks.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hooks.php b/lib/hooks.php index d89d1a3..91f4776 100644 --- a/lib/hooks.php +++ b/lib/hooks.php @@ -154,6 +154,7 @@ add_filter( unset( $blocks['core/calendar'] ); unset( $blocks['core/buttons'] ); unset( $blocks['core/search'] ); + unset( $blocks['core/pullquote'] ); // return the new list of allowed blocks return array_keys( $blocks );