Automattic\WooCommerce\Internal\Admin\BlockTemplates

AbstractBlock::get_hide_conditionspublicWC 1.0

Get the hide conditions of the block.

Method of the class: AbstractBlock{}

No Hooks.

Returns

null. Nothing (null).

Usage

$AbstractBlock = new AbstractBlock();
$AbstractBlock->get_hide_conditions(): array;

AbstractBlock::get_hide_conditions() code WC 10.8.1

public function get_hide_conditions(): array {
	return $this->hide_conditions;
}