WC_Customer_Download_Log_Data_Store::get_table_name
Get the table name for download logs.
Метод класса: WC_Customer_Download_Log_Data_Store{}
Хуков нет.
Возвращает
Строку.
Использование
$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 WC 10.6.2
public static function get_table_name() {
return self::WC_DOWNLOAD_LOG_TABLE;
}