Automattic\WooCommerce\Admin\BlockTemplates
BlockInterface::get_disable_conditions
Get the disable conditions of the block.
Method of the class: BlockInterface{}
No Hooks.
Returns
null. Nothing (null).
Usage
$BlockInterface = new BlockInterface(); $BlockInterface->get_disable_conditions(): array;
BlockInterface::get_disable_conditions() BlockInterface::get disable conditions code WC 10.5.0
public function get_disable_conditions(): array;