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