do_action( 'bp_core_activated_user', int $user_id, string $key, array $user )

Fires at the end of the user activation process.


Parameters Parameters

$user_id

(int) ID of the user being checked.

$key

(string) Activation key.

$user

(array) Array of user data.


Source Source

File: bp-members/bp-members-functions.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
1.2.2 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.