#53467 closed enhancement (fixed)
Correct and standardise the meta query documentation
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.9 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Query | Keywords: | has-patch dev-feedback |
| Focuses: | docs | Cc: |
Description
The following query classes all support meta_* arguments because they pass their arguments onto WP_Meta_Query, however their documentation is inconsistent, incomplete, and in some cases incorrect.
WP_Comment_QueryWP_QueryWP_Site_QueryWP_Term_QueryWP_User_Query
Notably, WP_Query documents a meta_value_num argument which does not exist. This was erroneously introduced in [28887]. meta_value_num is an allowed value for orderby arguments, but is not the name of an argument itself.
Let's standardise the documentation and guide users to WP_Meta_Query for the canonical documentation.
Change History (9)
This ticket was mentioned in PR #1399 on WordPress/wordpress-develop by johnbillion.
4 years ago
#1
- Keywords has-patch added
4 years ago
#5
@johnbillion I resolved the conflicts, but I left the indentation as it was in your previous proposal.
This ticket was mentioned in Slack in #core by audrasjb. View the logs.
4 years ago
This ticket was mentioned in Slack in #core by audrasjb. View the logs.
4 years ago
#8
@
4 years ago
- Owner set to johnbillion
- Resolution set to fixed
- Status changed from new to closed
In 52226:
Trac ticket: https://core.trac.wordpress.org/ticket/53467