Opened 20 years ago
Closed 20 years ago
#2562 closed defect (bug) (fixed)
Add "only" option to get_*() functions
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.1 | Priority: | normal |
| Severity: | normal | Version: | 2.0.1 |
| Component: | Administration | Keywords: | query get api bg|has-patch bg|needs testing |
| Focuses: | Cc: |
Description
Add an "only" option that contains a list of IDs to include in list queries. This is similar to the existing "exclude" option except instead of excluding IDs from the query it restricts the query to only those IDs specified. get_posts(), get_pages(), get_categories(), and get_bookmarks() need this option.
Attachments (2)
Change History (6)
#1
@
20 years ago
Just a patch for get_bookmarks(). Allows exclusions (which was partially coded) or inclusions. If 'include' is specified in the parameter, sets $exclude = , $category = -1, and $category_name = .
@
20 years ago
include/exclude ids for get_posts(), get_pages(), get_categories(), and get_bookmarks()
Note: See
TracTickets for help on using
tickets.
adds exclusion/inclusion to get_bookmarks()