Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::remove_disable_condition()publicWC 1.0

Remove a disable condition from the block.

Method of the class: BlockInterface{}

No Hooks.

Return

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 9.7.1

public function remove_disable_condition( string $key );