wp-includes/SimplePie/src/Caption.php:105Constructor, used to input the data
$typeoptionalnull$langoptionalnull$startTimeoptionalnull$endTimeoptionalnull$textoptionalnull public function __construct($type = null, $lang = null, $startTime = null, $endTime = null, $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.