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.
Return
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 9.4.2
public static function get_table_name() { return self::WC_DOWNLOAD_LOG_TABLE; }