#17023 closed enhancement (wontfix)
add hook for media_upload_library_form()
Reported by: | kevinB | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Media | Keywords: | has-patch |
Focuses: | Cc: |
Description
The "Media Library" tab of the Upload Media dialog includes a date filtering dropdown. The query which populates it returns only month/year combinations in which attachments were uploaded. However, that query is not filterable.
Plugins which filter backend access to attachments via standard WP_Query hooks need a way to make the month/year dropdown match those filtered results.
The corresponding patch adds query filter 'media_upload_year_month_query'
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
query filter for month/year query in media_upload_library_form()