Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::get_hide_conditions()publicWC 1.0

Get the hide conditions of the block.

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

Хуков нет.

Возвращает

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

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

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

Код BlockInterface::get_hide_conditions() WC 9.3.3

public function get_hide_conditions(): array;