wp-includes/SimplePie/src/Category.php:102Constructor, used to input the data
$termstring|nulloptionalnull$schemestring|nulloptionalnull$labelstring|nulloptionalnull$typestring|nulloptionalnull public function __construct($term = null, $scheme = null, $label = null, $type = null) { $this->term = $term; $this->scheme = $scheme; $this->label = $label; $this->type = $type; }Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-includes/SimplePie/src/Category.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.