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