edd_recovery_verify_logged_in()
Function: When processing the payment, check if the resuming payment has a user id and that it matches the logged in user.
Source: includes/payments/actions.php:561
Function: When processing the payment, check if the resuming payment has a user id and that it matches the logged in user.
Source: includes/payments/actions.php:561
Function: If the payment trying to be recovered has a User ID associated with it, be sure it’s the same user.
Source: includes/payments/actions.php:503
Function: If the payment trying to be recovered has a User ID associated with it, we need them to log in.
Source: includes/payments/actions.php:527
Function: Record payment status change
Source: includes/payments/actions.php:203
Function: Flushes the current user’s purchase history transient when a payment status is updated
Source: includes/payments/actions.php:226
Function: Updates all old payments, prior to 1.2, with new meta for the total purchase amount
Source: includes/payments/actions.php:245
Function: Updates week-old+ ‘pending’ orders to ‘abandoned’
Source: includes/payments/actions.php:283
Function: Listens to the updated_postmeta hook for our backwards compatible payment_meta updates, and runs through them
Source: includes/payments/actions.php:323
Function: Deletes edd_stats_ transients that have expired to prevent database clogs
Source: includes/payments/actions.php:384
Function: Process an attempt to complete a recoverable payment.
Source: includes/payments/actions.php:426