wp-includes/SimplePie/src/Author.php:46Constructor, used to input the data
$name?stringoptionalnull$link?stringoptionalnull$email?stringoptionalnull public function __construct( ?string $name = null, ?string $link = null, ?string $email = null ) { $this->name = $name; $this->link = $link; $this->email = $email; }3 changes between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$name retyped from string to ?string.verified against source$link retyped from string to ?string.verified against source$email retyped from string to ?string.verified against sourcesrc/wp-includes/SimplePie/src/Author.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.