*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPressdotorg\Theme
*/
namespace WordPressdotorg\Theme;
global $wporg_global_header_options;
if ( !isset( $wporg_global_header_options['in_wrapper'] ) )
$wporg_global_header_options['in_wrapper'] = '';
$wporg_global_header_options['in_wrapper'] .= '
' . esc_html__( 'Skip to content', 'wporg' ) . '';
get_template_part( 'header', 'wporg' );
?>