Noptin_EDD::get_product_details( int $download_id )
Returns an array of download details.
Parameters Parameters
- $download_id
(int) (Required) The download id.
Return Return
(array)
Source Source
File: includes/integrations/class-noptin-edd.php
public function get_product_details( $download_id ) { return array( 'id' => '', 'name' => '', 'price' => '', ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.6 | Introduced. |