BP_Email_Recipient::get_avatar()

Get recipient’s avatar.

Description

Return

(string)

Source

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

187
188
189
190
191
192
193
194
195
196
197
198
public function get_avatar() {
 
    /**
     * Filters the recipient's avatar before it's returned.
     *
     * @since BuddyBoss 1.0.0
     *
     * @param string $name Recipient's avatar.
     * @param BP_Email $recipient $this Current instance of the email recipient class.
     */
    return apply_filters( 'bp_email_recipient_get_avatar', $this->avatar, $this );
}

Changelog

Changelog
Version Description
BuddyBoss 1.0.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.