Automattic\WooCommerce\Utilities

LoggingUtil::get_default_handler()public staticWC 1.0

Determine the current value of the default_handler setting.

Метод класса: LoggingUtil{}

Хуков нет.

Возвращает

Строку.

Использование

$result = LoggingUtil::get_default_handler(): string;

Код LoggingUtil::get_default_handler() WC 9.8.5

public static function get_default_handler(): string {
	return wc_get_container()->get( Settings::class )->get_default_handler();
}