go41

the info you need to know


von Joern
Keine Kommentare

Sorry, I never used cURL yet.As simplepie is in WordPress already and is useful for many other functions to grab feeds, I use it as is.What I do is actually not disable the caching function, eg do not use:$feed->enable_cache(false); // disable cachingbut use instead:$feed->set_cache_location('cache'); // change to your cache location$feed->set_cache_duration(259200);…