Opened 19 years ago
Closed 19 years ago
#3402 closed enhancement (fixed)
Add global filter for wp_list_pages excludes
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.1 | Priority: | normal |
| Severity: | normal | Version: | 2.1 |
| Component: | General | Keywords: | has-patch 2nd-opinion |
| Focuses: | Cc: |
Description
Currently, the only way to reliably exclude pages from wp_list_pages() is to use the exclude query param in each instance of the function. Not user-friendly, as it requires template editing.
There should be a global filter for this. I'll write the patch in a bit.
The filter should probably pass an array of pages already excluded via the exclude= method, and then plugins can just $excludes[] = 34; return $excludes; and we'll implode()
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
patch for trunk