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