Automattic\WooCommerce\Utilities
LoggingUtil::get_level_threshold
Determine the current value of the level_threshold setting.
Method of the class: LoggingUtil{}
No Hooks.
Returns
String.
Usage
$result = LoggingUtil::get_level_threshold(): string;
LoggingUtil::get_level_threshold() LoggingUtil::get level threshold code WC 10.4.3
public static function get_level_threshold(): string {
return wc_get_container()->get( Settings::class )->get_level_threshold();
}