Coming soon: Restrict Content Pro is becoming Kadence Memberships. You may see both names used while we update the product, documentation, and customer experience.
Note: This is part of the developer docs and is considered custom code.
Unfortunately, we cannot provide support for custom code at this time as we do not have the additional resources that would be necessary to provide support for custom code.
If you need assistance with this, please reach out to our list of consultants for further assistance:
https://codeable.io/developers/restrict-content-pro/
Runs when a payment’s status is updated.
Parameters:
$status (string) – New status being set. For example: pending, complete, failed, refunded, abandoned.
$payment_id (int) – ID of the payment.
Also available are separate actions for each status. For example:
rcp_update_payment_status_complete
rcp_update_payment_status_failed
rcp_update_payment_status_refunded
rcp_update_payment_status_abandoned
The above actions only take one parameter: the payment ID.