Topics

Function ipUser()

ipUser — Get user login manipulation object. Eg.

Description:

Ip\User ipUser ( )

Get user login manipulation object. Eg. ipUser()->loggedIn(); //check if user is logged in ipUser()->userId(); //get logged in user id ipUser()->data(); //get all user related data. All plugins can contribute their input and add values to this array by catching ipUserData filter.

Package: ImpressPages

Return values:

Ip\User
comments powered by Disqus