do_action('wpda_user_unlocked', $user, $server, $current_user->user_login);
This action is fired when an automation or administrator removes the suspension from a user account. It passes $user (the user who is being unlocked), $server (the server #ID) and $current_user (the user who removed the suspension or "WPDA" if it was automated)
Example:
add_action('wpda_user_unlocked', 'my_function', 0, 3); function my_function($user, $server, $current_user){ echo "The user {$user} was unsuspended from server #{$server} by: {$current_user}"; }
Latest Post: wpda_user_unlocked Our newest member: NED Recent Posts Unread Posts Tags
Forum Icons: Forum contains no unread posts Forum contains unread posts
Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed