Automattic\WooCommerce\Admin\BlockTemplates
BlockInterface::get_order()
Get the block order.
Метод класса: BlockInterface{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$BlockInterface = new BlockInterface(); $BlockInterface->get_order(): int;
Код BlockInterface::get_order() BlockInterface::get order WC 9.3.3
public function get_order(): int;