Automattic\WooCommerce\Utilities
LoggingUtil::logging_is_enabled()
Determine the current value of the logging_enabled setting.
Метод класса: LoggingUtil{}
Хуков нет.
Возвращает
true|false
.
Использование
$result = LoggingUtil::logging_is_enabled(): bool;
Код LoggingUtil::logging_is_enabled() LoggingUtil::logging is enabled WC 9.8.5
public static function logging_is_enabled(): bool { return wc_get_container()->get( Settings::class )->logging_is_enabled(); }