RSSCache::serialize() WordPress Method
The RSSCache::serialize() method is used to serialize an RSS object for storage in the WordPress database. This is useful for caching RSS feeds so that they can be retrieved faster later.
RSSCache::serialize( $rss ) #
Contents
Source
File: wp-includes/rss.php
function serialize ( $rss ) { return serialize( $rss ); }
Expand full source codeCollapse full source codeView on TracView on GitHub