RSSCache::file_name( $url ) Source File: wp-includes/rss.php function file_name ($url) { return md5( $url ); } Expand Source Code View on GitHub