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

    (@rustaurius)

    Hi ulrik,

    There’s actually a PHP class that can be used to access different fields for logged in users. It would look something like:

    $User  = new FEUP_User;
    echo $User->Get_User_ID();

    or instead of echoing, you could use the user ID inside of another function.

    Thread Starter ulrik74

    (@ulrik74)

    Thanks!!! Now you made my day ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Used ID’ is closed to new replies.