awesomemotive / easy-digital-downloads

Sell digital downloads through WordPress
https://easydigitaldownloads.com
GNU General Public License v2.0
866 stars 474 forks source link

Introduce edd_is_free_order helper function #9196

Open arraypress opened 2 years ago

arraypress commented 2 years ago

Enhancement Request

While developing third-party extensions it would be useful to know if an order was "free" or not. I feel like this should be a core function, as it would function similar to edd_is_free_download.

A "free" order in this context would mean an order where no monetary value was exchanged, rather than the order containing a free item.

Justification or use case

Better third-party development support.

arraypress commented 2 years ago

Submitted PRs for these.