Feed cache fallback - A feed could not be found
Trying to refactor a feed plugin to fallback on cache if source is unavailable (ex: for maintenance).
Started using fetch_feed($url);
which affords more flexibility in terms of cache. But unsure of how to structure the fallback.