HEX
Server: Apache/2.4.34 (Red Hat) OpenSSL/1.0.2k-fips
System: Linux WORDPRESS 3.10.0-1160.118.1.el7.x86_64 #1 SMP Thu Apr 4 03:33:23 EDT 2024 x86_64
User: digital (1020)
PHP: 7.2.24
Disabled: NONE
Upload Files
File: /datos/www/expodubai/wp-content/themes/osapa_/inc/advanceoptions/team_options.php
<?php 
$options = array();

$options[] = array(
	'id'		=> 'role'
	,'label'	=> esc_html__('Job', 'osapa')
	,'desc'		=> 'Add job for Member'
	,'type'		=> 'text'
);	
		
$options[] = array(
	'id'		=> 'profile_link'
	,'label'	=> esc_html__('Profile Link', 'osapa')
	,'desc'		=> ''
	,'type'		=> 'text'
);

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

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

$options[] = array(
	'id'		=> 'google_plus_link'
	,'label'	=> esc_html__('Google+ Link', 'osapa')
	,'desc'		=> ''
	,'type'		=> 'text'
);

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

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

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

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

$options[] = array(
	'id'		=> 'instagram_link'
	,'label'	=> esc_html__('Instagram Link', 'osapa')
	,'desc'		=> ''
	,'type'		=> 'text'
);			

$options[] = array(
	'id'		=> 'custom_link'
	,'label'	=> esc_html__('Custom Link', 'osapa')
	,'desc'		=> ''
	,'type'		=> 'text'
);

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