Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule
Rule::getIsImportant
Метод класса: Rule{}
Хуков нет.
Возвращает
true|false.
Использование
$Rule = new Rule(); $Rule->getIsImportant();
Код Rule::getIsImportant() Rule::getIsImportant WC 10.4.3
public function getIsImportant()
{
return $this->bIsImportant;
}