Automattic\WooCommerce\Vendor\Sabberworm\CSS

Settings::createpublic staticWC 1.0

Method of the class: Settings{}

No Hooks.

Returns

self. new instance

Usage

$result = Settings::create();

Settings::create() code WC 10.4.3

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