Automattic\WooCommerce\Vendor\Sabberworm\CSS
OutputFormat::create
Creates an instance of this class without any particular formatting settings.
Метод класса: OutputFormat{}
Хуков нет.
Возвращает
self.
Использование
$result = OutputFormat::create();
Код OutputFormat::create() OutputFormat::create WC 10.5.0
public static function create()
{
return new OutputFormat();
}