woocommerce_block_template_register

woocommerce_block_template_register

Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.5.2

do_action('woocommerce_block_template_register') is found 1 times:

  • /src/Internal/Admin/BlockTemplateRegistry/BlockTemplateRegistry.php line 58
    		 * @param BlockTemplateInterface $template Template that was registered.
    		 *
    		 * @since 8.2.0
    		 */
    		do_action( 'woocommerce_block_template_register', $template );
    
    		$this->templates[ $id ] = $template;
    	}
    
    	/**
    	 * Get the registered templates.