bp_members_invitations_complete_signup( bool|WP_Error $user_id, string $user_login = '', string $user_password = '', string $user_email = '' )

When a user joins the network via an invitation: – mark all invitations and requests as accepted – activate the user upon signup


Description Description


Parameters Parameters

$user_id

(Required) True on success, WP_Error on failure.

$user_login

(Optional) Login name requested by the user.

Default value: ''

$user_password

(Optional) Password requested by the user.

Default value: ''

$user_email

(Optional) Email address requested by the user.

Default value: ''


Top ↑

Source Source

File: bp-members/bp-members-invitations.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.