apply_filters( 'bp_email_recipient_get_name', string $name, BP_Email_Recipient $recipient )

Filters the recipient’s name before it’s returned.


Description Description


Parameters Parameters

$name

Recipient's name.

$recipient

Current instance of the email recipient class.


Top ↑

Source Source

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


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.