UseDataKit/DataKit

Add `WpUserField`

doekenorg opened this issue · 0 comments

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').