Viewing 1 replies (of 1 total)
  • Plugin Author Jonathan Horowitz

    (@jhorowitz)

    Hi Laurent,

    Glad you like the plugin!

    You may use is_user_logged_in() to determine whether the current user is anonymous or a logged in user.

    For user roles, you may use:
    is_user_logged_in() && current_user_can( 'role_name' )

    Let us know if you have any other questions!

Viewing 1 replies (of 1 total)
  • The topic ‘How to use it for logged-in users?’ is closed to new replies.