Creates a new SimplePie_Cache object.
Parameters
$location
stringrequired- URL location (scheme is used to determine handler).
$filename
stringrequired- Unique identifier for cache object.
$extension
stringrequired'spi'
or'spc'
.
Source
public function create( $location, $filename, $extension ) {
return new WP_Feed_Cache_Transient( $location, $filename, $extension );
}
Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.