Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::get_parent()publicWC 1.0

Get the parent container that the block belongs to.

Метод класса: BlockInterface{}

Хуков нет.

Возвращает

null. Ничего (null).

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

$BlockInterface = new BlockInterface();
$BlockInterface->&get_parent(): ContainerInterface;

Код BlockInterface::get_parent() WC 9.2.3

public function &get_parent(): ContainerInterface;