Automattic\WooCommerce\Admin\BlockTemplates
BlockInterface::remove_disable_condition()
Remove a disable condition from the block.
Метод класса: BlockInterface{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$BlockInterface = new BlockInterface(); $BlockInterface->remove_disable_condition( $key );
- $key(строка) (обязательный)
- The key of the disable condition to remove.
Код BlockInterface::remove_disable_condition() BlockInterface::remove disable condition WC 9.4.2
public function remove_disable_condition( string $key );