Automattic\WooCommerce\Vendor\Sabberworm\CSS

OutputFormatter::spaceAfterRuleNamepublicWC 1.0

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

Хуков нет.

Возвращает

Строку.

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

$OutputFormatter = new OutputFormatter();
$OutputFormatter->spaceAfterRuleName();

Код OutputFormatter::spaceAfterRuleName() WC 10.4.3

public function spaceAfterRuleName()
{
    return $this->space('AfterRuleName');
}