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

    (@rustaurius)

    There is a class FEUP_User to check if a user is logged in. You would want to do something like:

    $User = new FEUP_User();
    if ($User->Is_Logged_In()) {
    //do something
    }

    Let me know if that’s not clear.

    Thread Starter lauranl

    (@lauranl)

    Hi Rustaurius,

    I’ll try with your help.
    Thanks very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to know if the user is logged in?’ is closed to new replies.