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