wp-includes/SimplePie/src/Sanitize.php:168$file_classoptional'SimplePie\File'$timeoutoptional10$useragentoptional''$force_fsockopenoptionalfalse public function pass_file_data($file_class = 'SimplePie\File', $timeout = 10, $useragent = '', $force_fsockopen = false) { if ($timeout) { $this->timeout = (string) $timeout; } if ($useragent) { $this->useragent = (string) $useragent; } if ($force_fsockopen) { $this->force_fsockopen = (string) $force_fsockopen; } }6 changes between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$curl_options added.verified against source$file_class retyped from untyped to SimplePie\class-string<File>.verified against source$timeout retyped from untyped to int.verified against source$useragent retyped from untyped to string.verified against source$force_fsockopen retyped from untyped to bool.verified against sourcenone to void.verified against sourcesrc/wp-includes/SimplePie/src/Sanitize.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.