0byt3m1n1
Path:
/
var
/
www
/
clients
/
client38
/
web37
/
web
/
wp-content
/
plugins
/
us-core
/
config
/
[
Home
]
File: 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', 'tiktok' => 'TikTok', 'tripadvisor' => 'Tripadvisor', 'tumblr' => 'Tumblr', 'twitch' => 'Twitch', 'twitter' => 'Twitter', 'vimeo' => 'Vimeo', 'vk' => 'Vkontakte', 'wechat' => 'WeChat', 'whatsapp' => 'WhatsApp', 'xing' => 'Xing', 'yelp' => 'Yelp', 'youtube' => 'YouTube', );