Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

WC_Customer_Download_Log_Data_Store::get_download_log( array $data )

Get a download log object.


Description Description


Parameters Parameters

$data

(Required) From the DB.


Top ↑

Return Return

(WC_Customer_Download_Log)


Top ↑

Source Source

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

	private function get_download_log( $data ) {
		return new WC_Customer_Download_Log( $data );
	}


Top ↑

User Contributed Notes User Contributed Notes

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