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