wp-includes/script-loader.php:2939Prints formatted <script> loader tag.
$attributesarrayfunction wp_print_script_tag( $attributes ) { echo wp_get_script_tag( $attributes );}Introduced in 5.7.0. One change between 6.7.7 and 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
$attributes retyped from array to untyped.verified against sourcesrc/wp-includes/script-loader.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.