HEX
Server: LiteSpeed
System: Linux premium212.web-hosting.com 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User: vitanhod (1367)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //home/vitanhod/www/wp-content/plugins/themesky/metaboxes/team_options.php
<?php 
$options = array();

$options[] = array(
				'id'		=> 'role'
				,'label'	=> esc_html__('Role', 'themesky')
				,'desc'		=> ''
				,'type'		=> 'text'
			);			

$options[] = array(
				'id'		=> 'profile_link'
				,'label'	=> esc_html__('Profile Link', 'themesky')
				,'desc'		=> ''
				,'type'		=> 'text'
			);
			
$options[] = array(
				'id'		=> 'facebook_link'
				,'label'	=> esc_html__('Facebook Link', 'themesky')
				,'desc'		=> ''
				,'type'		=> 'text'
			);

$options[] = array(
				'id'		=> 'twitter_link'
				,'label'	=> esc_html__('Twitter Link', 'themesky')
				,'desc'		=> ''
				,'type'		=> 'text'
			);

$options[] = array(
				'id'		=> 'linkedin_link'
				,'label'	=> esc_html__('LinkedIn Link', 'themesky')
				,'desc'		=> ''
				,'type'		=> 'text'
			);

$options[] = array(
				'id'		=> 'rss_link'
				,'label'	=> esc_html__('RSS Link', 'themesky')
				,'desc'		=> ''
				,'type'		=> 'text'
			);

$options[] = array(
				'id'		=> 'dribbble_link'
				,'label'	=> esc_html__('Dribbble Link', 'themesky')
				,'desc'		=> ''
				,'type'		=> 'text'
			);
			
$options[] = array(
				'id'		=> 'pinterest_link'
				,'label'	=> esc_html__('Pinterest Link', 'themesky')
				,'desc'		=> ''
				,'type'		=> 'text'
			);

$options[] = array(
				'id'		=> 'instagram_link'
				,'label'	=> esc_html__('Instagram Link', 'themesky')
				,'desc'		=> ''
				,'type'		=> 'text'
			);		
			
$options[] = array(
				'id'		=> 'flickr_link'
				,'label'	=> esc_html__('Flickr Link', 'themesky')
				,'desc'		=> ''
				,'type'		=> 'text'
			);	
			
$options[] = array(
				'id'		=> 'custom_link'
				,'label'	=> esc_html__('Custom Link', 'themesky')
				,'desc'		=> ''
				,'type'		=> 'text'
			);
			
$options[] = array(
				'id'		=> 'custom_link_icon_class'
				,'label'	=> esc_html__('Custom Link Icon Class', 'themesky')
				,'desc'		=> esc_html__('Use FontAwesome Class. Ex: fab fa-vimeo-square', 'themesky')
				,'type'		=> 'text'
			);
?>