edd_get_bundled_products( int $download_id, int $price_id = null )
Retrieves the product IDs of bundled products
Description Description
Parameters Parameters
- $download_id
-
(Required) Download ID
- $price_id
-
(Optional) Variable price ID
Default value: null
Return Return
(array) $products Products in the bundle
Source Source
File: includes/download-functions.php
Changelog Changelog
Version | Description |
---|---|
2.7 | |
1.6 | Introduced. |