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
SparseField implementations should be part of each individual type, as they are not related to endpoints.
Move wp_api::endpoint::macros::default_sparse_field_implementation_from_field_name! to root level
Move the callers of this macros out of endpoint module and into their relative modules. For example, out of users_endpoint module and into users module.
The text was updated successfully, but these errors were encountered:
SparseField
implementations should be part of each individual type, as they are not related to endpoints.wp_api::endpoint::macros::default_sparse_field_implementation_from_field_name!
to root levelendpoint
module and into their relative modules. For example, out ofusers_endpoint
module and intousers
module.The text was updated successfully, but these errors were encountered: