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