Automattic\WooCommerce\Vendor\Sabberworm\CSS
OutputFormat::create
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() OutputFormat::create code WC 10.5.0
public static function create()
{
return new OutputFormat();
}