• Resolved vivgupta

    (@vivgupta)


    Dears,

    I am using UM plugin for user registration. I see that the plugin dashboard says Clear cache of 900 users.
    How do I see these 900 users before i clear the cache

    Thanks and regards,
    Vivek

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @vivgupta

    Those users are in WP-Admin > Users.

    Regards,

    Thread Starter vivgupta

    (@vivgupta)

    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,

    Plugin Contributor Champ Camba

    (@champsupertramp)

    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.
    Plugin Contributor Champ Camba

    (@champsupertramp)

    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,

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘User Cache in UM’ is closed to new replies.