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