Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule

Rule::getIsImportantpublicWC 1.0

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

Хуков нет.

Возвращает

true|false.

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

$Rule = new Rule();
$Rule->getIsImportant();

Код Rule::getIsImportant() WC 10.4.3

public function getIsImportant()
{
    return $this->bIsImportant;
}