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.
Return Return
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 ); }