EDD_Payment::update_status( string $status = false )
Set the payment status and run any status specific changes necessary
Description Description
Parameters Parameters
- $status
-
(Optional) The status to set the payment to
Default value: false
Return Return
(bool) Returns if the status was successfully updated
Source Source
File: includes/payments/class-edd-payment.php
Changelog Changelog
Version | Description |
---|---|
2.5 | Introduced. |