'primary_menu',
'container' => '',
'menu_class' => 'navbar-nav me-auto mb-2 mb-lg-0',
'fallback_cb' => 'WP_Bootstrap_Navwalker::fallback',
'walker' => new WP_Bootstrap_Navwalker()
)
);
}
endif;
add_action( 'artech_primary_navigation', 'artech_primary_navigation' );
// Artech Logo
if ( ! function_exists( 'artech_logo_content' ) ) :
function artech_logo_content() {
if(has_custom_logo())
{
the_custom_logo();
}
$theme_title = get_bloginfo( 'name');
if ($theme_title) :
?>
date_i18n('Y', current_time( 'timestamp' )),
'[site_title]' => get_bloginfo('name'),
'[theme_author]' => sprintf(__('Artech', 'artech')),
);
?>
'',
'link' => '',
'id' => 'customizer_repeater_header_social_001',
),
array(
'icon_value' => '',
'link' => '',
'id' => 'customizer_repeater_header_social_002',
),
array(
'icon_value' => '',
'link' => '',
'id' => 'customizer_repeater_header_social_003',
),
array(
'icon_value' => '',
'link' => '',
'id' => 'customizer_repeater_header_social_004',
),
array(
'icon_value' => '',
'link' => '',
'id' => 'customizer_repeater_header_social_005',
)
)
)
);
}