wp-includes/SimplePie/src/SimplePie.php:3267Set the favicon handler
$pagestring|falseoptionalfalse$qsstringoptional'i'bool public function set_favicon_handler($page = false, string $qs = 'i') { trigger_error('Favicon handling has been removed since SimplePie 1.3, please use your own handling', \E_USER_DEPRECATED); return false; }3 changes between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$page retyped from untyped to string|false.verified against source$qs retyped from untyped to string.verified against sourcenone to bool.verified against sourcesrc/wp-includes/SimplePie/src/SimplePie.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.