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

    (@intoxstudio)

    Currently there is no API for this, but it is on the roadmap.

    You can, however, get a user’s levels with:
    $levels = get_user_meta($user_id, "_ca_level", false)

    Note that this code will not handle expired levels or levels that are synced with the user’s role.

    Let me know if this helps.

    Thread Starter MKay

    (@mongia)

    That’s exactly what I need!

    Thank you very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Retrieving user access levels in front-end’ is closed to new replies.