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_Data_Store::get_download( array $data )
Get a download object.
Description Description
Parameters Parameters
- $data
-
(Required) From the DB.
Return Return
Source Source
File: includes/data-stores/class-wc-customer-download-data-store.php
private function get_download( $data ) { return new WC_Customer_Download( $data ); }