'; Baltic_Components::preloader(); echo ''; } } public static function wrap_open() { echo '
'; } public static function wrap_close() { echo '
'; } /** * Skip links. * * @return string html */ public static function do_skip_links() { get_template_part( 'components/header/skip', 'links' ); } /** * Header toggle. * * @return string html */ public static function do_header_toggle() { get_template_part( 'components/header/header', 'toggle' ); } /** * Site branding. * * @return string html */ public static function do_site_branding() { get_template_part( 'components/header/site', 'branding' ); } /** * Header search. * * @return string html */ public static function do_header_search() { get_template_part( 'components/header/header', 'search' ); } /** * Header navigation. * * @return string html */ public static function do_header_navigation() { get_template_part( 'components/menus/menu', 'primary' ); } }