Automattic\WooCommerce\Vendor\Sabberworm\CSS\RuleSet

RuleSet::removeAllRulespublicWC 1.0

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

Хуков нет.

Возвращает

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

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

$RuleSet = new RuleSet();
$RuleSet->removeAllRules();

Код RuleSet::removeAllRules() WC 10.4.3

public function removeAllRules()
{
    $this->aRules = [];
}