RSSCache::RSSCache()
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() RSSCache::RSSCache code WP 6.7.1
public function RSSCache( $base = '', $age = '' ) { self::__construct( $base, $age ); }