WC_Customer_Download_Log_Data_Store::get_download_log
Get a download log object.
Method of the class: WC_Customer_Download_Log_Data_Store{}
No Hooks.
Returns
WC_Customer_Download_Log.
Usage
// private - for code of main (parent) class only $result = $this->get_download_log( $data );
- $data(array) (required)
- From the DB.
WC_Customer_Download_Log_Data_Store::get_download_log() WC Customer Download Log Data Store::get download log code WC 10.3.3
private function get_download_log( $data ) {
return new WC_Customer_Download_Log( $data );
}