You appear to be a bot. Output may be restricted
Description
Retrieve payment email
Usage
$string = EDD_Payment::get_email();
Parameters
Returns
string Payment customer email
Source
File name: easy-digital-downloads/includes/payments/class-edd-payment.php
Lines:
1 to 3 of 3
private function get_email() { return apply_filters( 'edd_payment_user_email', $this->email, $this->ID, $this ); }