File: //var/www/mussarq_bak/wp-content/themes/wpnull24/framework/config/social_links.php
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' );
/**
 * Defines list of available social links used across the theme
 *
 * @filter us_config_social_links
 */
return array(
	's500px' => '500px',
	'behance' => 'Behance',
	'deviantart' => 'DeviantArt',
	'discord' => 'Discord',
	'dribbble' => 'Dribbble',
	'email' => us_translate( 'Email' ),
	'facebook' => 'Facebook',
	'flickr' => 'Flickr',
	'foursquare' => 'Foursquare',
	'github' => 'GitHub',
	'google' => 'Google',
	'houzz' => 'Houzz',
	'imdb' => 'IMDb',
	'instagram' => 'Instagram',
	'linkedin' => 'LinkedIn',
	'medium' => 'Medium',
	'odnoklassniki' => 'Odnoklassniki',
	'pinterest' => 'Pinterest',
	'reddit' => 'Reddit',
	'rss' => 'RSS',
	'skype' => 'Skype',
	'soundcloud' => 'SoundCloud',
	'telegram' => 'Telegram',
	'tripadvisor' => 'Tripadvisor',
	'tumblr' => 'Tumblr',
	'twitch' => 'Twitch',
	'twitter' => 'Twitter',
	'vimeo' => 'Vimeo',
	'vk' => 'Vkontakte',
	'wechat' => 'WeChat',
	'whatsapp' => 'WhatsApp',
	'xing' => 'Xing',
	'yelp' => 'Yelp',
	'youtube' => 'YouTube',
);