wp-includes/SimplePie/src/SimplePie.php:1069Set the character encoding used to parse the feed
$encodingstring|falseoptionalfalsevoid public function set_input_encoding($encoding = false) { if ($encoding) { $this->input_encoding = (string) $encoding; } else { $this->input_encoding = false; } }2 changes between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$encoding retyped from string to string|false.verified against sourcenone to void.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.