WC_Customer_Download_Log_Data_Store::get_table_name
Get the table name for download logs.
Method of the class: WC_Customer_Download_Log_Data_Store{}
No Hooks.
Returns
String.
Usage
$result = WC_Customer_Download_Log_Data_Store::get_table_name();
WC_Customer_Download_Log_Data_Store::get_table_name() WC Customer Download Log Data Store::get table name code WC 10.3.6
public static function get_table_name() {
return self::WC_DOWNLOAD_LOG_TABLE;
}