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 6.8.1
function serialize ( $rss ) { return serialize( $rss ); }