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 10.5.0
public function get_hide_conditions(): array;