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