From 8f052556fb20158a98d9dbfa18f28e603d7c4788 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 22 Nov 2023 13:48:00 +0100 Subject: [PATCH] recommenting $blocks --- index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index d2b766c..164aace 100644 --- a/index.php +++ b/index.php @@ -163,13 +163,14 @@ function homegrade_allowed_block_types($allowed_blocks, $editor_context) 'homegrade-content-blocks/questions-container' ); } - + $blocks = WP_Block_Type_Registry::get_instance()->get_all_registered(); + write_log($blocks); return $allowed_blocks; ####ONLY DEREGISTER FEW BLOCKS // get all the registered blocks // $blocks = WP_Block_Type_Registry::get_instance()->get_all_registered(); - + // write_log($blocks); // then disable some of them // unset($blocks['core/paragraph']); // unset($blocks['core/heading']);