Warning: This hook has been deprecated. Use the filters in BP_Email instead.

do_action( 'bp_friends_sent_accepted_email', int $initiator_id, string $email_subject, string $email_content, int $friendship_id, int $friend_id )

Fires after the friend request accepted email is sent.


Description Description


Parameters Parameters

$initiator_id

ID of the friendship requester.

$email_subject

Text for the friend request subject field.

$email_content

Text for the friend request message field.

$friendship_id

ID of the friendship object.

$friend_id

ID of the request recipient.


Top ↑

Source Source

File: bp-core/deprecated/2.5.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Use the filters in BP_Email.
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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