wp-includes/html-api/class-wp-html-stack-event.php:77Constructor function.
$tokenWP_HTML_Token$operationstring$provenancestring public function __construct( WP_HTML_Token $token, string $operation, string $provenance ) { $this->token = $token; $this->operation = $operation; $this->provenance = $provenance; }Introduced in 6.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-includes/html-api/class-wp-html-stack-event.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.