woocommerce_get_block_types

woocommerce_get_block_types

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('woocommerce_get_block_types') is found 1 times:

  • /src/Blocks/BlockTypesController.php line 612
    		 * @since 9.0.0
    		 *
    		 * @param array $block_types List of block types.
    		 */
    		return apply_filters( 'woocommerce_get_block_types', $block_types );
    	}
    
    	/**
    	 * By default, when the classic theme is used, block style is always
    	 * enqueued even if the block is not used on the page. We want WooCommerce
    	 * store to always performant so we have to manually enqueue the block style
    

See this hook used in plugins: