#39825 closed defect (bug) (fixed)
Documentation: Missing argument (meta_type and meta_compare) in the get_terms() function's docblock and WP_Term_Query::__construct() docblock
| Reported by: | 1naveengiri | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.8 |
| Component: | Taxonomy | Version: | 4.7.2 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | docs |
Description (last modified by )
The meta_type and meta_compare input argument is missing in the get_terms() function's DocBlock.
I also noticed they are missing in WP_Term_Query::__construct() DocBlock.
I also noticed there is no Document available for these two argument in
https://developer.wordpress.org/reference/functions/get_terms/
Attachments (2)
Change History (8)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
These are valid relevant doc for these two arguments.