WC_Customer_Download_Log_Data_Store::get_table_name()public staticWC 1.0

Get the table name for download logs.

Method of the class: WC_Customer_Download_Log_Data_Store{}

No Hooks.

Return

String.

Usage

$result = WC_Customer_Download_Log_Data_Store::get_table_name();

WC_Customer_Download_Log_Data_Store::get_table_name() code WC 8.6.1

public static function get_table_name() {
	return self::WC_DOWNLOAD_LOG_TABLE;
}