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.
EDD_API::get_product_data( object $product_info )
Given a download post object, generate the data for the API output
Description Description
Parameters Parameters
- $product_info
-
(Required) The Download Post Object
Return Return
(array) Array of post data to return back in the API
Source Source
File: includes/class-edd-api.php
Changelog Changelog
Version | Description |
---|---|
2.3.9 | Introduced. |