You appear to be a bot. Output may be restricted
Description
Include a skip to content link at the top of the page so that users can bypass the menu.
Usage
twentytwenty_skip_link();
Parameters
Returns
void
Source
File name: twentytwenty/functions.php
Lines:
1 to 3 of 3
function twentytwenty_skip_link() { echo '<a class="skip-link screen-reader-text" href="#site-content">' . __( 'Skip to the content', 'twentytwenty' ) . '</a>'; }