Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::get_id()publicWC 1.0

Get the block ID.

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

Хуков нет.

Возвращает

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

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

$BlockInterface = new BlockInterface();
$BlockInterface->get_id(): string;

Код BlockInterface::get_id() WC 9.2.3

public function get_id(): string;