Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::remove_hide_condition()publicWC 1.0

Remove a hide condition from the block.

Method of the class: BlockInterface{}

No Hooks.

Return

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 9.7.1

public function remove_hide_condition( string $key );