Sindbad~EG File Manager

Current Path : /home/frekansk/public_html/wp-content/themes/turitor/components/theme/options/posts/
Upload File :
Current File : /home/frekansk/public_html/wp-content/themes/turitor/components/theme/options/posts/lp_course.php

<?php if ( !defined( 'FW' ) ) {	die( 'Forbidden' ); }

$options = array(
	'settings-course' => array(
		'title'		 => esc_html__( 'Course settings', 'turitor' ),
		'type'		 => 'box',
		'priority'	 => 'default',
		'context'	 => 'side',
		'options'	 => array(
			'course_preview_video'	 => array(
				'type'	 => 'text',
				'label'	 => esc_html__( 'Video URL', 'turitor' ),
				'desc'	 => esc_html__( 'Paste a video link from Youtube, Vimeo, Dailymotion, Facebook or Twitter it will be embedded in the post and the thumb used as the featured image of this post. 
				You need to choose "Video Format" as post format to use "Featured Video".', 'turitor' ),
			),
			'course_language'	 => array(
				'type'	 => 'text',
				'label'	 => esc_html__( 'Course language', 'turitor' ),
				 
			),
			'course_certificate' =>
			  [
				'type'  => 'switch',
				'value' => 'yes',
				'label' => esc_html__('Certificate', 'turitor'),
				
				'left-choice' => array(
					'value' => 'yes',
					'label' => esc_html__('Yes', 'turitor'),
				),
				'right-choice' => array(
					'value' => 'no',
					'label' => esc_html__('No', 'turitor'),
				),
			],
			'course_co_instructors'=>array(
				'type'  => 'multi-select',
				'label' => esc_html__('Co-instructors', 'turitor'),
				'choices' => turitor_co_instructor(),
				'limit' => 10,
			),
			'course_intro_img'	 => array(
				'type'	 => 'upload',
				'label'	 => esc_html__( 'Course Intro Image', 'turitor' ),
				'desc'	 => esc_html__( 'Upload intro image for elementor shortcode', 'turitor' ),
			),
		),
	),
	'settings-course-banner' => array(
		'title'		 => esc_html__( 'Course Settings', 'turitor' ),
		'type'		 => 'box',
		'priority'	 => 'high',
		'options'	 => array(
			'course_banner_image'	 => array(
				'label'	 => esc_html__( 'Course Banner image', 'turitor' ),
				'desc'	 => esc_html__( 'Upload a course banner image', 'turitor' ),
				'help'	 => esc_html__( "This default course banner image will be used for your course.", 'turitor' ),
				'type'	 => 'upload'
			),
		),
	),
	
);

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists