Opened 2 years ago
Last modified 2 years ago
#17025 new enhancement
wp_list_authors() is not filterable
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Query | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
The template function wp_list_authors() is not filterable. Plugins may use existing WP_Query hooks to filter some authors' posts out of the result set, making the unfiltered authors list invalid.
The corresponding patch adds query filter 'list_authors_query'
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
query filter for wp_list_authors()