Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::remove_disable_conditionpublicWC 1.0

Remove a disable condition from the block.

Method of the class: BlockInterface{}

No Hooks.

Returns

null. Nothing (null).

Usage

$BlockInterface = new BlockInterface();
$BlockInterface->remove_disable_condition( $key );
$key(string) (required)
The key of the disable condition to remove.

BlockInterface::remove_disable_condition() code WC 10.6.2

public function remove_disable_condition( string $key );