do_action( 'members_invitations_invite_accepted', BP_Invitation $invite, WP_user $new_user, int $inviter_id )

Fires after a user has accepted a site membership invite.


Description Description


Parameters Parameters

$invite

Invitation that was accepted.

$new_user

ID of the user who accepted the membership invite.

$inviter_id

ID of the user who invited this user to the site.


Top ↑

Source Source

File: bp-members/classes/class-bp-members-invitation-manager.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.