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
{{ message }}
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.
When I was creating some unit tests for the /users endpoint I noticed that the get_items() function was retrieving meta data using a custom $wpdb->get_results() query.
I think this is only a temporary patch so this issue can be the formal way for us to make sure that it is implemented correctly before release :)
When I was creating some unit tests for the
/users
endpoint I noticed that theget_items()
function was retrieving meta data using a custom$wpdb->get_results()
query.I think this is only a temporary patch so this issue can be the formal way for us to make sure that it is implemented correctly before release :)
Reference - https://github.com/WP-API/wp-api-meta-endpoints/blob/master/lib/class-wp-rest-meta-controller.php#L170
The text was updated successfully, but these errors were encountered: