Changeset 13395 for trunk/src/bp-members/bp-members-invitations.php
- Timestamp:
- 01/07/2023 12:18:55 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-invitations.php
r13346 r13395 99 99 * @since 8.0.0 100 100 * 101 * @global BuddyPress $bp The one true BuddyPress instance.102 *103 101 * @param bool|WP_Error $user_id True on success, WP_Error on failure. 104 102 */ 105 103 function bp_members_invitations_complete_signup( $user_id ) { 106 $bp = buddypress();107 104 108 105 // Check to see if this signup is the result of a valid invitation.
Note: See TracChangeset
for help on using the changeset viewer.