do_action( 'bp_core_activated_user', int $user_id , string $key , array $user )
Fires at the end of the user activation process.
Description Description
Parameters Parameters
- $user_id
-
ID of the user being checked.
- $key
-
Activation key.
- $user
-
Array of user data.
Source Source
File: bp-members/bp-members-functions.php
Changelog Changelog
Version | Description |
---|---|
1.2.2 | Introduced. |