PHP 8.2.31
Preview: post.php Size: 1.47 KB
/home/nshryvcy/radiantskinclinics.org/wp-content/themes/medizco/components/theme/options/posts/post.php

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

$options = array(
	'settings-featured-video' => array(
		'title'		 => esc_html__( 'Featured video', 'medizco' ),
		'type'		 => 'box',
		'priority'	 => 'default',
		'context'	 => 'side',
		'options'	 => array(
			'featured_video'	 => array(
				'type'	 => 'text',
				'label'	 => esc_html__( 'Video URL', 'medizco' ),
				'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".', 'medizco' ),
			)
		),
	),


	'settings-featured-audio' => array(
		'title'		 => esc_html__( 'Featured audio', 'medizco' ),
		'type'		 => 'box',
		'priority'	 => 'default',
		'context'	 => 'side',
		'options'	 => array(
			'featured_audio'	 => array(
				'type'	 => 'text',
				'label'	 => esc_html__( 'Audio URL', 'medizco' ),
				'desc'	 => esc_html__( 'Paste a soundcloud link here.', 'medizco' ),
			)
		),
	),
	
	'settings-featured-gallery' => array(
		'title'		 => esc_html__( 'Featured gallary', 'medizco' ),
		'type'		 => 'box',
		'priority'	 => 'default',
		'context'	 => 'side',
		'options'	 => array(
			'featured_gallery'	 => array(
				'type'	 => 'multi-upload',
				'images_only' => true,
				'label'	 => esc_html__( 'Featured gallery', 'medizco' ),
				'desc'	 => esc_html__( 'Select featured gallery images for this post.', 'medizco' ),
			)
		),
	),

);

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
205 B lr--r--r-- 2026-02-23 02:01:28
Edit Download
1.98 KB lrw-r--r-- 2020-03-04 05:54:56
Edit Download
832 B lrw-r--r-- 2019-10-30 02:44:26
Edit Download
889 B lrw-r--r-- 2019-10-30 02:44:26
Edit Download
1.47 KB lrw-r--r-- 2019-10-30 02:44:10
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).