Aldstore_Dropshipping_For_Aliexpress::aldstore_dropshipping_for_aliexpress_get_option( 'facebook_link' ),
'instagram' => Aldstore_Dropshipping_For_Aliexpress::aldstore_dropshipping_for_aliexpress_get_option( 'instagram_link' ),
'pinterest' => Aldstore_Dropshipping_For_Aliexpress::aldstore_dropshipping_for_aliexpress_get_option( 'pinterest_link' ),
'youtube' => Aldstore_Dropshipping_For_Aliexpress::aldstore_dropshipping_for_aliexpress_get_option( 'youtube_link' ),
'linkedin' => Aldstore_Dropshipping_For_Aliexpress::aldstore_dropshipping_for_aliexpress_get_option( 'linkedin_link' ),
'twitter' => Aldstore_Dropshipping_For_Aliexpress::aldstore_dropshipping_for_aliexpress_get_option( 'twitter_link' ),
);
$social_html = '';
foreach ( $socials as $network => $url ) {
if ( ! empty( $url ) ) {
$social_html .= sprintf(
'
',
esc_url( $url ),
esc_url( get_theme_file_uri( "/assets/images/icons/social-{$network}.svg" ) ),
esc_attr( ucfirst( $network ) ),
esc_attr( $network )
);
}
}
if ( ! empty( $social_html ) ) { ?>