RSSCache::RSSCachepublicWP 1.0

PHP4 constructor.

Method of the class: RSSCache{}

No Hooks.

Returns

null. Nothing (null).

Usage

$RSSCache = new RSSCache();
$RSSCache->RSSCache( $base, $age );
$base
.
Default: ''
$age
.
Default: ''

RSSCache::RSSCache() code WP 6.9.1

public function RSSCache( $base = '', $age = '' ) {
	self::__construct( $base, $age );
}