WC_Customer_Download_Log_Data_Store::get_table_name()

Get the table name for download logs.


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/data-stores/class-wc-customer-download-log-data-store.php

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


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.