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