Automattic\WooCommerce\Vendor\Sabberworm\CSS\Rule
Rule::getComments
Метод класса: Rule{}
Хуков нет.
Возвращает
array<array-key, Comment>.
Использование
$Rule = new Rule(); $Rule->getComments();
Код Rule::getComments() Rule::getComments WC 11.1.2
public function getComments()
{
return $this->aComments;
}