diff --git a/inc/block-editor.php b/inc/block-editor.php index da5f9336..2dac4ac8 100644 --- a/inc/block-editor.php +++ b/inc/block-editor.php @@ -5,7 +5,6 @@ * @package Understrap */ - add_action( 'after_setup_theme', 'understrap_block_editor_setup' ); if ( ! function_exists( 'understrap_block_editor_setup' ) ) {