• Resolved freedom667

    (@freedom667)


    I want to access to database of user’s accesses for my desktop app. I developing a desktop app and there is a login page. If users have an access, the login will be success.

    I developing my desktop app from Unity Engine. How can I find user’s access info?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Joachim Jensen

    (@intoxstudio)

    In wp_usermeta, meta_key=_ca_level will store the IDs of the level(s) that a user is member of.

    the meta_key _ca_level_status_<id> will say whether the membership is active or expired. If your levels have unlimited duration, you don’t need to worry about that.

    I hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘database of this plugin’ is closed to new replies.