BP_Email_Recipient::get_address()

Get recipient’s address.

Description

Return

(string)

Source

File: bp-core/classes/class-bp-email-recipient.php

147
148
149
150
151
152
153
154
155
156
157
158
public function get_address() {
 
    /**
     * Filters the recipient's address before it's returned.
     *
     * @since BuddyPress 2.5.0
     *
     * @param string $address Recipient's address.
     * @param BP_Email $recipient $this Current instance of the email recipient class.
     */
    return apply_filters( 'bp_email_recipient_get_address', $this->address, $this );
}

Changelog

Changelog
Version Description
BuddyPress 2.5.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.