wp-includes/SimplePie/src/Cache.php:73Create a new SimplePie\Cache object
$locationstring$filenamestring$extensionSimplePie\Cache\Base::TYPE_FEED|SimplePie\Cache\Base::TYPE_IMAGESimplePie\Cache\Base public function create(string $location, string $filename, $extension) { trigger_error('Cache::create() has been replaced with Cache::get_handler() since SimplePie 1.3.1, use the registry system instead.', \E_USER_DEPRECATED); return self::get_handler($location, $filename, $extension); }4 changes between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$location retyped from untyped to string.verified against source$filename retyped from untyped to string.verified against source$extension retyped from untyped to SimplePie\Cache\Base::TYPE_FEED|SimplePie\Cache\Base::TYPE_IMAGE.verified against sourcenone to SimplePie\Cache\Base.verified against sourcesrc/wp-includes/SimplePie/src/Cache.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.