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
#304 implements posts.meta as a strong type. However, we probably need it to be a HashMap<String, String> or HashMap<PostMetaKey, String> instead due to WordPress's customizability. In order to do that and still have a way to work with strong types, we can probably offer some helper methods.
The text was updated successfully, but these errors were encountered:
#304 implements
posts.meta
as a strong type. However, we probably need it to be aHashMap<String, String>
orHashMap<PostMetaKey, String>
instead due to WordPress's customizability. In order to do that and still have a way to work with strong types, we can probably offer some helper methods.The text was updated successfully, but these errors were encountered: