Automattic\WooCommerce\Internal\Admin\BlockTemplates
AbstractBlock::get_disable_conditions
Get the disable conditions of the block.
Method of the class: AbstractBlock{}
No Hooks.
Returns
null. Nothing (null).
Usage
$AbstractBlock = new AbstractBlock(); $AbstractBlock->get_disable_conditions(): array;
AbstractBlock::get_disable_conditions() AbstractBlock::get disable conditions code WC 10.8.1
public function get_disable_conditions(): array {
return $this->disable_conditions;
}