AlkantarClanX12

Your IP : 3.138.175.10


Current Path : /home/thanudqk/128shen.com/wp-content/themes/darcie/template-parts/navigation/
Upload File :
Current File : /home/thanudqk/128shen.com/wp-content/themes/darcie/template-parts/navigation/navigation-social.php

<?php

/**
 * Social Menu Template
 *
 * @package Darcie
 */

if ( has_nav_menu( 'social-menu' ) ) :  ?>
	<nav class="social-navigation" role="navigation" aria-label="<?php esc_attr_e( 'Social Menu', 'darcie' ); ?>">
		<?php
			wp_nav_menu( array(
				'theme_location'  => 'social-menu',
				'menu_class'      => 'social-links-menu',
				'container'       => 'div',
				'container_class' => 'menu-social-container',
				'depth'           => 1,
				'link_before'     => '<span class="screen-reader-text">',
				'link_after'      => '</span>' . darcie_get_svg( array( 'icon' => 'chain' ) ),
			) );
		?>
	</nav><!-- .social-navigation -->
<?php endif; ?>