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