Automattic\WooCommerce\Admin\BlockTemplates

BlockContainerInterface{}interfaceWC 1.0└─ BlockInterface

Deprecated since 10.9.0 Block template extension APIs were deprecated. The block templates API was removed in 11.0.0 with no replacement.. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

Removed block templates block container interface.

No Hooks.

Usage

$BlockContainerInterface = new BlockContainerInterface();
// use class methods

Methods

No Methods in class.

Changelog

Deprecated since 10.9.0 Block template extension APIs were deprecated. The block templates API was removed in 11.0.0 with no replacement.

BlockContainerInterface{} code WC 11.0.1

interface BlockContainerInterface extends BlockInterface, ContainerInterface {}