Home › Forums › WP Simple Member Registration › Set multiple users to "active" status › Reply To: Set multiple users to "active" status
January 9, 2019 at 5:16 pm
#10264
nmedia
Keymaster
Hi Mark,
well you can add following code when importing data against each user inside loop using hook if available:
update_user_meta($user_id ,'wpr_account_status' , 'active');
where $user_id
is current user_id