Noptin_EDD::get_order_customer_email( int $payment_id )
Returns the email address of the customer associated with an order.
Parameters Parameters
- $payment_id
(int) (Required) The order id.
Return Return
(string)
Source Source
File: includes/integrations/class-noptin-edd.php
public function get_order_customer_email( $payment_id ) { return edd_get_payment_user_email( $payment_id ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.2.6 | Introduced. |