Automattic\WooCommerce\Admin\BlockTemplates
BlockInterface::remove_hide_condition()
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() BlockInterface::remove hide condition WC 9.7.1
public function remove_hide_condition( string $key );