wp-includes/class-wp-theme-json-data.php:42Constructor.
$dataarrayoptionalarray('version' => WP_Theme_JSON::LATEST_SCHEMA)$originstringoptional'theme' public function __construct( $data = array( 'version' => WP_Theme_JSON::LATEST_SCHEMA ), $origin = 'theme' ) { $this->origin = $origin; $this->theme_json = new WP_Theme_JSON( $data, $this->origin ); }Introduced in 6.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-includes/class-wp-theme-json-data.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.