Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::get_order()publicWC 1.0

Get the block order.

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

Хуков нет.

Возвращает

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

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

$BlockInterface = new BlockInterface();
$BlockInterface->get_order(): int;

Код BlockInterface::get_order() WC 9.3.3

public function get_order(): int;