wc_get_log_file_path( string $handle )

Get a log file path.


Description Description


Parameters Parameters

$handle

(Required) name.


Top ↑

Return Return

(string) the log file path.


Top ↑

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 );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.2 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.