wc_get_log_file_path()
Get a log file path.
Хуков нет.
Возвращает
Строку
. the log file path.
Использование
wc_get_log_file_path( $handle );
- $handle(строка) (обязательный)
- name.
Список изменений
С версии 2.2 | Введена. |
Код wc_get_log_file_path() wc get log file path WC 8.1.1
function wc_get_log_file_path( $handle ) { return WC_Log_Handler_File::get_log_file_path( $handle ); }