Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::get_disable_conditions()publicWC 1.0

Get the disable conditions of the block.

Method of the class: BlockInterface{}

No Hooks.

Return

null. Nothing (null).

Usage

$BlockInterface = new BlockInterface();
$BlockInterface->get_disable_conditions(): array;

BlockInterface::get_disable_conditions() code WC 9.7.1

public function get_disable_conditions(): array;