Automattic\WooCommerce\Vendor\Sabberworm\CSS

OutputFormat::createpublic staticWC 1.0

Creates an instance of this class without any particular formatting settings.

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

Хуков нет.

Возвращает

self.

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

$result = OutputFormat::create();

Код OutputFormat::create() WC 10.5.0

public static function create()
{
    return new OutputFormat();
}