WP Simple Pay: Create WordPress User After Payment (Lite)

/** * @link https://library.wpcode.com/snippet/32j68l5l/ */ add_action( ‘simpay_payment_receipt_viewed’, /** * @param array $payment_confirmation_data { * Contextual information about this payment confirmation. * * @type \SimplePay\Vendor\Stripe\Customer $customer Stripe Customer * @type \SimplePay\Core\Abstracts\Form $form Payment form. * @type array $subscriptions Subscriptions associated with…Continue reading