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.
DownloadPermissionsAdjuster::get_download_files_and_permissions( WC_Product $product )
Get the existing downloadable files and download permissions for a given product.
Description Description
The returned value is an array with two keys:
- download_ids_by_file_url: an associative array of file url => download_id.
- permission_data_by_file_order_user: an associative array where key is "file_url:customer_id:order_id" and value is the full permission data set.
Parameters Parameters
- $product
-
(Required) The product to get the downloadable files and permissions for.
Return Return
(array[]) Information about the downloadable files and permissions for the product.
Source Source
File: src/Internal/DownloadPermissionsAdjuster.php