Description
This hook fires after a user has verified his/her email address.
Only 'do stuff' here, don't return/echo anything.
Arguments
- $user_id(int) - The user id of the activated user.
Usage
function b3_after_user_activated( $user_id ) {
// Do stuff
}
add_action( 'b3_after_user_activated', 'b3_after_user_activated' );
Used in
- includes/redirects.php - line 324