-
-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add first_name
& last_name
to user object fields
#5775
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 4 error(s)
Probably needs some testing coverage to confirm this works as expected since they aren't object table (wp_users) fields but they're meta (wp_usermeta) fields. |
@sc0ttkclark I assumed this wouldn't be an issue since |
|
Oh wow, I was 100% sure that it was a meta field. |
@sc0ttkclark Bump:
|
@JoryHogeveen the problem with object fields is that they are treated specially during saving of the object data, querying, traversal, and other functionality throughout Pods. |
I'd like to see us be able to supply special meta-based object fields which get set up as normal Field objects instead of Object_Field in 2.8. This may be easier to do post 2.8 |
Fixes: #1890
Related: #4041
Changelog text for these changes
Checklist: