WC_Customer_Download_Log_Data_Store::get_table_name()public staticWC 1.0

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 8.7.0

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