Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::get_hide_conditions()publicWC 1.0

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() code WC 9.8.5

public function get_hide_conditions(): array;