Add first_name & last_name to user object fields#5775
Add first_name & last_name to user object fields#5775JoryHogeveen wants to merge 3 commits intomainfrom
first_name & last_name to user object fields#5775Conversation
|
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: