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
Because WP lacking any better classification on datas (no matter it is legacy implementation) then all API metabox response fields are not described enought.
Because WP lacking any better classification on datas (no matter it is legacy implementation) then all API metabox response fields are not described enought.
All fields values all called with https://developer.wordpress.org/reference/functions/get_metadata/ and it has very unhappy implementation for 2 main situations when somebody else want to work with data:
Both situations should be fixed easy:
adding normalization function
numeric fields are all association fields, media fields, and number fields
and then just wrap it on
mb-rest-api/class-mb-rest-api.php
Line 272 in 78ffdf2
with
Results are:
The text was updated successfully, but these errors were encountered: