bp_friends_sent_accepted_email, $tokens[initiator.id], $email_subject, $email_content, $tokens[friendship.id], $tokens[friend.id]
bp_friends_sent_accepted_email, $tokens[initiator.id], $email_subject, $email_content, $tokens[friendship.id], $tokens[friend.id]
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_friends_sent_accepted_email, $tokens[initiator.id], $email_subject, $email_content, $tokens[friendship.id], $tokens[friend.id]') is found 1 times:
- /bp-core/deprecated/2.5.php line 829
* @param string $email_content Text for the friend request message field. * @param int $friendship_id ID of the friendship object. * @param int $friend_id ID of the request recipient. */ do_action( 'bp_friends_sent_accepted_email', $tokens['initiator.id'], $email_subject, $email_content, $tokens['friendship.id'], $tokens['friend.id'] ); } elseif ( $email_type === 'groups-invitation' ) { /** * Fires after the notification is sent that a member has been invited to a group. * * @since 1.5.0