Automattic\WooCommerce\Admin\BlockTemplates

BlockContainerInterface{}interfaceWC 1.0└─ BlockInterface

Interface for block containers.

Хуков нет.

Использование

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

Методы

Нет Методов у класса.

Код BlockContainerInterface{} WC 10.5.1

interface BlockContainerInterface extends BlockInterface, ContainerInterface {}