You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a post type with some dropdown fields. One for user, one referencing another post type (user and post field types).
Here is an example of how I'm mapping the ids from my source file using WPAI with the extension:
My observation is that the id is saved as a serialized array into postmeta. When I go into the UI and click save, it saves as numbers and eliminates the array.
I have worked around this issue by hooking into pmxi_saved_post.
I've created a post type with some dropdown fields. One for user, one referencing another post type (user and post field types).
Here is an example of how I'm mapping the ids from my source file using WPAI with the extension:
My observation is that the id is saved as a serialized array into postmeta. When I go into the UI and click save, it saves as numbers and eliminates the array.
I have worked around this issue by hooking into pmxi_saved_post.
The text was updated successfully, but these errors were encountered: