Opened 5 years ago
Closed 5 years ago
#7024 closed enhancement (fixed)
Allow filtering of wp_list_bookmarks() arguments in links widget
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Template | Version: | 2.6 |
| Severity: | normal | Keywords: | widget has-patch |
| Cc: |
Description
Currently there is no way to change the arguments for wp_list_bookmarks() in the links widget without overriding the entire widget, which seems like overkill when you just want to (for example) exclude a category. Attached patch adds a filter to make this kind of change easier.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.

(In [8171]) widget_links_args filter from ionfish. fixes #7024