RSSCache::file_name( $url )


Description Description


Source Source

File: wp-includes/rss.php

	function file_name ($url) {
		return md5( $url );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.