Add `WpUserField`
doekenorg opened this issue · 0 comments
doekenorg commented
Often you have a user ID instead of a name.
We should add a field that can transform that user ID to a specific user field (display_name, user_nicename, nickname, etc).
Could have extra named constructors like: WpUserField::display_name('author', 'Author')
.