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