wp-includes/template.php:690Set up the globals used for template loading.
function wp_set_template_globals() { global $wp_stylesheet_path, $wp_template_path; $wp_stylesheet_path = get_stylesheet_directory(); $wp_template_path = get_template_directory();}Introduced in 6.5.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-includes/template.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.