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