🐞 fix: Unregister core pullquote block
This commit is contained in:
@@ -154,6 +154,7 @@ add_filter(
|
|||||||
unset( $blocks['core/calendar'] );
|
unset( $blocks['core/calendar'] );
|
||||||
unset( $blocks['core/buttons'] );
|
unset( $blocks['core/buttons'] );
|
||||||
unset( $blocks['core/search'] );
|
unset( $blocks['core/search'] );
|
||||||
|
unset( $blocks['core/pullquote'] );
|
||||||
|
|
||||||
// return the new list of allowed blocks
|
// return the new list of allowed blocks
|
||||||
return array_keys( $blocks );
|
return array_keys( $blocks );
|
||||||
|
|||||||
Reference in New Issue
Block a user