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