RSSCache::check_cache

Advertisement

Syntax Syntax

RSSCache::check_cache( $url )

Source Source

File: wp-includes/rss.php

		if ( get_transient($cache_option) ) {
			// object exists and is current
				return 'HIT';
		} else {
			// object does not exist
			return 'MISS';
		}
	}

/*=======================================================================*\
	Function:	serialize

Advertisement

Advertisement

Leave a Reply