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