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