template_lock = 'insert'; // $post_type_object->template = array( // array('core/paragraph', array( // 'placeholder' => 'Add Description...', // )), // ); } // add_action('init', 'homegrade_content_blocks_register_template'); function filter_block_editor_settings_when_post_provided($editor_settings, $editor_context) { // echo '
';
	// print_r($editor_settings);
	// echo '
'; return $editor_settings; } // add_filter('block_editor_settings_all', 'filter_block_editor_settings_when_post_provided', 10, 2);