RSSCache::RSSCache( $base = '',  $age = '' )

PHP4 constructor.


Description Description


Source Source

File: wp-includes/rss.php

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


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.