RSSCache::get

Advertisement

Syntax Syntax

RSSCache::get( $url )

Source Source

File: wp-includes/rss.php

		if ( ! $rss = get_transient( $cache_option ) ) {
			$this->debug(
				"Cache doesn't contain: $url (cache option: $cache_option)"
			);
			return 0;
		}

		return $rss;
	}

/*=======================================================================*\
	Function:	check_cache

Advertisement

Advertisement

Leave a Reply