wp-content/themes/twentytwenty/functions.php:380Include a skip to content link at the top of the page so that users can bypass the menu.
function twentytwenty_skip_link() { echo '<a class="skip-link screen-reader-text" href="#site-content">' . /* translators: Hidden accessibility text. */ __( 'Skip to the content', 'twentytwenty' ) . '</a>';}Introduced in Twenty Twenty 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
src/wp-content/themes/twentytwenty/functions.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.