For the complete documentation index, see llms.txt. This page is also available as Markdown.

User Data

Returns an array of user data for a specific user. Input can be either a specific ID ($user_id) or use USERID for the currently logged in user.

e107::user($user_id);

$userData = e107::user(USERID); // Example - currently logged in user. 
$userData = e107::user(5); // Example  User ID #5.

todo: add example output

Last updated

Was this helpful?