Automattic\WooCommerce\Vendor\Sabberworm\CSS

OutputFormat::createpublic staticWC 1.0

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

Method of the class: OutputFormat{}

No Hooks.

Returns

self.

Usage

$result = OutputFormat::create();

OutputFormat::create() code WC 10.5.0

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