Automattic\WooCommerce\Vendor\Sabberworm\CSS\RuleSet
RuleSet::removeAllRules
Метод класса: RuleSet{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$RuleSet = new RuleSet(); $RuleSet->removeAllRules();
Код RuleSet::removeAllRules() RuleSet::removeAllRules WC 10.4.3
public function removeAllRules()
{
$this->aRules = [];
}