wc_get_log_file_path( string $handle )
Get a log file path.
Description Description
Parameters Parameters
- $handle
-
(Required) name.
Return Return
(string) the log file path.
Source Source
File: includes/wc-core-functions.php
function wc_get_log_file_path( $handle ) {
return WC_Log_Handler_File::get_log_file_path( $handle );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.2 | Introduced. |