Hi @vivgupta
Those users are in WP-Admin > Users.
Regards,
Hi Champ,
Thanks for the quick response…
In my WP-Admin>Users, I have 6000+ users. I want to check which these 900 users are out of 6000 in Users table
Thanks and regards,
Hi @vivgupta
Unfortunately, you can only view that via PHPmyAdmin or Database viewer. They are saved in the wp_options with the option name um_cache_userdata_<user_id>
Here’s the SQL:
SELECT option_name FROM wp_options WHERE option_name LIKE '%um_cache_userdata_%'
Regards,
-
This reply was modified 5 years, 1 month ago by
Champ Camba.
-
This reply was modified 5 years, 1 month ago by
Champ Camba.
Hey there!
This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.
..Please feel free to re-open this thread by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. 🙂
Regards,