🐞 fix: Unregister core pullquote block

This commit is contained in:
Keith Solomon
2026-07-25 10:54:07 -05:00
parent b7477306d8
commit 704b0dc266
+1
View File
@@ -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 );