RSSCache::serializepublicWP 1.0

Method of the class: RSSCache{}

No Hooks.

Returns

null. Nothing (null).

Usage

$RSSCache = new RSSCache();
$RSSCache->serialize ( $rss );
$rss(required)
.

RSSCache::serialize() code WP 6.8.1

function serialize ( $rss ) {
	return serialize( $rss );
}