wc_get_log_file_path()
Get a log file path.
No Hooks.
Return
String
. the log file path.
Usage
wc_get_log_file_path( $handle );
- $handle(string) (required)
- name.
Changelog
Since 2.2 | Introduced. |
wc_get_log_file_path() wc get log file path code WC 8.0.2
function wc_get_log_file_path( $handle ) { return WC_Log_Handler_File::get_log_file_path( $handle ); }