Automattic\WooCommerce\Internal\Admin\BlockTemplates

AbstractBlock::get_hide_conditionspublicWC 1.0

Get the hide conditions of the block.

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

Хуков нет.

Возвращает

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

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

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

Код AbstractBlock::get_hide_conditions() WC 10.4.3

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