View Single Post
  #2 (permalink)  
Old 04-30-2012, 12:14 AM
nemrod's Avatar
nemrod nemrod is offline
v7n Mentor
 
Join Date: 12-21-10
Location: Sweden
Posts: 461
iTrader: 0 / 0%
I don't know how that plugin stores the custom title, but the most logical thing would be to store it in the user or usermeta table which would lead to get_userdata() being what you're looking for. Not sure if it picks up on custom database fields, but since it claims to be a 1:1 mapping it should. If not it's pretty easy to write your own function for the same effect.
 
Reply With Quote