wp-includes/SimplePie/src/SimplePie.php:1582Set element/attribute key/value pairs of HTML attributes containing URLs that need to be resolved relative to the feed
$element_attribute?arrayoptionalnullvoid public function set_url_replacements(?array $element_attribute = null) { $this->sanitize->set_url_replacements($element_attribute); }Introduced in 1.0. 2 changes between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$element_attribute retyped from array|null to ?array.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.