Opened 16 years ago
Closed 16 years ago
#10565 closed enhancement (fixed)
Pass filename to 'wp_feed_cache_transient_lifetime' filer
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.9 | Priority: | normal |
| Severity: | normal | Version: | 2.9 |
| Component: | General | Keywords: | has-patch tested |
| Focuses: | Cc: |
Description
Pass filename to 'wp_feed_cache_transient_lifetime' filer to allow for a per-hostname or per-url cache timeout.
For example, I may want local-feeds to receive a 1hour timeout, whilst leaving remote feeds as 12hours.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [11787]) Pass the filename to the wp_feed_cache_transient_lifetime filter to give the plugins some context. Fixes #10565 props dd32.