Automattic\WooCommerce\Vendor\Sabberworm\CSS
Settings::create
Method of the class: Settings{}
No Hooks.
Returns
self. new instance
Usage
$result = Settings::create();
Settings::create() Settings::create code WC 10.4.3
public static function create()
{
return new Settings();
}