On this page
RSSCache::file_name( $url )
Source
File: wp-includes/rss.php. View all references
function file_name ($url) {
return md5( $url );
}
Related
Used By
| Used By | Description |
|---|---|
| RSSCache::set() wp-includes/rss.php | |
| RSSCache::get() wp-includes/rss.php | |
| RSSCache::check_cache() wp-includes/rss.php |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/rsscache/file_name