RSSCache::file_name
Method of the class: RSSCache{}
No Hooks.
Returns
null. Nothing (null).
Usage
$RSSCache = new RSSCache(); $RSSCache->file_name ( $url );
- $url(required)
- .
RSSCache::file_name() RSSCache::file name code WP 6.9.1
function file_name ($url) {
return md5( $url );
}