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