I’d like to create a link on a page in our s2member wp site that dynamically includes the user ID of the user logged in and clicking the link. Is this possible?
For example:
http://www.example.com/page?someparameter=[userID]
When a user with ID 1234 clicks on the link, they would be taken to the URL: http://www.example.com/page?someparameter=1234
Possible? If not, is there a way to create a custom field on all our users’ profiles that we could give them a unique ID and then use that the same way in the link described above?
Thanks so much for any help in advance!!