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.


Parameters Parameters

$invite

(BP_Invitation) Invitation that was accepted.

$new_user

(WP_user) ID of the user who accepted the membership invite.

$inviter_id

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


Source Source

File: bp-members/classes/class-bp-members-invitation-manager.php

View on Trac



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.