Opened 10 years ago
Closed 10 years ago
#28667 closed enhancement (wontfix)
Clarify lack of meta_id values from get_metadata()
Reported by: | danielbachhuber | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Options, Meta APIs | Keywords: | dev-feedback |
Focuses: | docs | Cc: |
Description
get_metadata()
doesn't ever return meta_id
in its return response because meta_id
isn't intended to be consumed externally. XML-RPC does include the meta_id
in meta responses, but that's because it misguidedly uses has_meta()
. Let's nip this in the bud once and for all.
Related https://github.com/wp-cli/wp-cli/pull/1251 and https://github.com/WP-API/WP-API/issues/336
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Clarify lack of meta ids