Re: How to get userid regardless of context
Hi Ray,
That will return the info for the logged in user only. Let me give a clear example:
I am looking at the “members” page that lists 10 members. I want to write a function that will manipulate the names displayed on the members page for those 10 members.
Neither loggedin_user or displayed_user is what I want.. does that make sense?