EDD_Download::is_free( bool $price_id = false )
Determine if the download is free or if the given price ID is free
Description Description
Parameters Parameters
- $price_id
-
(Optional) ID of variation if needed
Default value: false
Return Return
(bool) True when the download is free, false otherwise
Source Source
File: includes/class-edd-download.php
Changelog Changelog
Version | Description |
---|---|
2.2 | Introduced. |