wp-content/themes/twentyseventeen/inc/icon-functions.php:13Add SVG definitions to the footer.
function twentyseventeen_include_svg_icons() { // Define SVG sprite file. $svg_icons = get_parent_theme_file_path( '/assets/images/svg-icons.svg' ); // If it exists, include it. if ( file_exists( $svg_icons ) ) { require_once $svg_icons; }}Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-content/themes/twentyseventeen/inc/icon-functions.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.