RSSCache::RSSCache()publicWP 1.0

PHP4 constructor.

Method of the class: RSSCache{}

No Hooks.

Return

null. Nothing (null).

Usage

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

RSSCache::RSSCache() code WP 6.5.2

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