DIR: /home/otwalrll/feedafricafarm.com/wp-content/themes/blocksy/inc/components/ |
Current File : /home/otwalrll/feedafricafarm.com/wp-content/themes/blocksy/inc/components/skip-to-content-link.php |
<?php add_action( 'wp_body_open', function () { echo blocksy_html_tag( 'a', [ 'class' => 'skip-link screen-reader-text', 'href' => apply_filters('blocksy:head:skip-to-content:href', '#main'), ], __('Skip to content', 'blocksy') ); }, 50 ); |