bp_members_invitations_accepted_invitation_notification( BP_Invitation $invite, WP_user $new_user, int $inviter_id )

Notify one use that another user has accepted their site membership invitation.


Description Description


Parameters Parameters

$invite

(Required) Invitation that was accepted.

$new_user

(Required) User who accepted the membership invite.

$inviter_id

(Required) ID of the user who invited this user to the site.


Top ↑

Source Source

File: bp-members/bp-members-notifications.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
8.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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