Token replacement with user profile information.
-
I want to be able to put links on my WordPress but have it dynamically supply profile information. Is this something built into WordPress or will I have to develop a filter to handle this? I’m hoping there is something already created to do this. Thanks for the assistance!
Example:
https://www.somesite.com/?firstname=%5Bfirstname%5D&lastname=%5Blastname%5D
replaced with
https://www.somesite.com/?firstname=john&lastname=doe
- The topic ‘Token replacement with user profile information.’ is closed to new replies.