edd_is_guest_payment( int $payment_id )
Is the payment provided associated with a user account
Description Description
Parameters Parameters
- $payment_id
-
(Required) The payment ID
Return Return
(bool) If the payment is associated with a user (false) or not (true)
Source Source
File: includes/payments/functions.php
Changelog Changelog
Version | Description |
---|---|
2.4.4 | Introduced. |