<?php /** * Registers the `gtm/editor-note` block on the server. */ function gtm_register_block_editor_note() { gtm_register_block_type( 'editor-note' ); } add_action( 'init', 'gtm_register_block_editor_note', 20 );