EDD_Discount::is_min_price_met( bool $set_error = true )
Check if the minimum cart amount is satisfied for the discount to hold.
Description Description
Parameters Parameters
- $set_error
-
(Optional) Whether an error message be set in session.
Default value: true
Return Return
(bool) Is the minimum cart amount met?
Source Source
File: includes/class-edd-discount.php
Changelog Changelog
Version | Description |
---|---|
2.7 | Introduced. |