Description
This action fires after the user activation process is complete.
Parameters
$user_id
(integer) The user’s primary key ID.
Usage
// Simple framework for doing something when a user is activated. add_action( 'wpmem_user_activated', function( $user_id ) { // $user_id has been activated, do extra custom processing here. });
Changelog
Introduced in version 2.8.2
Source
wpmem_user_activated is located in /includes/api/api-users.php