Automattic\WooCommerce\Admin\BlockTemplates

BlockInterface::remove_hide_condition()publicWC 1.0

Remove a hide condition from the block.

Метод класса: BlockInterface{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$BlockInterface = new BlockInterface();
$BlockInterface->remove_hide_condition( $key );
$key(строка) (обязательный)
The key of the hide condition to remove.

Код BlockInterface::remove_hide_condition() WC 9.7.1

public function remove_hide_condition( string $key );