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.


Top ↑

Return Return

(WC_Customer_Download)


Top ↑

Source Source

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

	private function get_download( $data ) {
		return new WC_Customer_Download( $data );
	}


Top ↑

User Contributed Notes User Contributed Notes

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