RSSCache::RSSCache() WordPress Method
The RSSCache::RSSCache() WordPress method is used to initialize the RSSCache object. This method sets up the default cache settings and creates an empty cache object.
RSSCache::RSSCache( $base = '', $age = '' ) #
PHP4 constructor.
Source
File: wp-includes/rss.php
public function RSSCache( $base = '', $age = '' ) { self::__construct( $base, $age ); }
Expand full source codeCollapse full source codeView on TracView on GitHub