wc_get_log_file_name( string $handle )
Get a log file name.
Description Description
Parameters Parameters
- $handle
-
(Required) Name.
Return Return
(string) The log file name.
Source Source
File: includes/wc-core-functions.php
function wc_get_log_file_name( $handle ) { return WC_Log_Handler_File::get_log_file_name( $handle ); }
Changelog Changelog
Version | Description |
---|---|
3.3 | Introduced. |