Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::remove_hide_conditionpublicWC 1.0

Remove a hide condition from the block.

Method of the class: BlockInterface{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

BlockInterface::remove_hide_condition() code WC 10.6.2

public function remove_hide_condition( string $key );