Automattic\WooCommerce\Vendor\Sabberworm\CSS

OutputFormatter::spaceBeforeRulespublicWC 1.0

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

Хуков нет.

Возвращает

Строку.

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

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

Код OutputFormatter::spaceBeforeRules() WC 10.4.3

public function spaceBeforeRules()
{
    return $this->space('BeforeRules');
}