'', 'link' => '', 'target' => true, ) ); $social_icons = get_theme_mod( 'social_media_links', $defaults ); $has_social_icon = false; if ( is_array( $social_icons ) ){ foreach( $social_icons as $value ){ if( !empty( $value['icon'] ) ){ $has_social_icon = true; break; } } } if( !get_theme_mod( 'disable_footer_social_links', false ) && $has_social_icon ){ ?>
'; $count = 0.2; $link_target = ''; foreach( $social_icons as $value ){ if ( $value['target'] ){ $link_target = '_blank'; }else{ $link_target = ''; } if( !empty( $value['icon'] ) ){ echo '
  • '; $count = $count + 0.2; } } echo ''; ?>
    'menu-2', 'menu_id' => 'footer-menu', 'depth' => 1, ) ); ?>