HEX
Server: Apache/2.4.49 (FreeBSD) OpenSSL/1.0.2s-freebsd PHP/5.6.36
System: FreeBSD hosting.icon.bg 11.3-RELEASE-p13 FreeBSD 11.3-RELEASE-p13 #0: Tue Sep 1 06:56:51 UTC 2020 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
User: ftpuser (1002)
PHP: 5.6.36
Disabled: NONE
Upload Files
File: /hosting/kak.bg/web/wp-content/themes/Primero/framework/views/metaboxes/portfolio_options.php
<?php
$this->text(	'remove_featured_image',
				'Disable images on post',
				'Place "<strong>false</strong>" text above to remove images from the portfolio "single" post page. Note:  Leave blank and images will display.   <strong>Example</strong>: Use this to disable the featured image on the post page. '
			);		
$this->text(	'video_link',
				'LightBox Video Link',
				'This is used from displaying the video directly within the pop-up windows. Note:  Use direct URL links that you would share with your friends (http://vimeo.com/8245346); do not use embed code.'
			);
			
$this->textarea(	'video_embed_link_2',
				'Video Embed',
				'Paste in your video embed code here.  This is used for videos posted onto the "single" post page.  <strong>Note</strong>:  If there is no featured image, this video will display as the thumbnail.'
			);
			
$this->textarea(	'video_embed_link_3',
				'Video Embed 2',
				'Paste in your video embed code here.  This is used for videos posted onto the "single" post page.'
			);
			
$this->textarea(	'video_embed_link_4',
				'Video Embed 3',
				'Paste in your video embed code here.  This is used for videos posted onto the "single" post page.'
			);
			
$this->textarea(	'video_embed_link_5',
				'Video Embed 4',
				'Paste in your video embed code here.  This is used for videos posted onto the "single" post page.'
			);
$this->text(	'homepage_link',
					'External Link',
					'If you want to link to an external document, paste a link here (Default goes to the portfolio "single" post)'
			);
?>