RSSCache::serialize
Method of the class: RSSCache{}
No Hooks.
Returns
null. Nothing (null).
Usage
$RSSCache = new RSSCache(); $RSSCache->serialize ( $rss );
- $rss(required)
- .
RSSCache::serialize() RSSCache::serialize code WP 7.0
function serialize ( $rss ) {
return serialize( $rss );
}