Automattic\WooCommerce\Internal\Admin\BlockTemplates

AbstractBlock::get_order()publicWC 1.0

Get the block order.

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

Хуков нет.

Возвращает

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

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

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

Код AbstractBlock::get_order() WC 9.3.3

public function get_order(): int {
	return $this->order;
}