????JFIF??x?x????'
Server IP : 104.21.96.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/eaabusiness.com/wp-content/plugins/themesky/metaboxes/ |
Upload File : |
<?php $options = array(); $default_sidebars = function_exists('yoome_get_list_sidebars')? yoome_get_list_sidebars(): array(); $sidebar_options = array( '0' => esc_html__('Default', 'themesky') ); foreach( $default_sidebars as $key => $_sidebar ){ $sidebar_options[$_sidebar['id']] = $_sidebar['name']; } $options[] = array( 'id' => 'prod_layout_heading' ,'label' => esc_html__('Product Layout', 'themesky') ,'desc' => '' ,'type' => 'heading' ); $options[] = array( 'id' => 'prod_layout' ,'label' => esc_html__('Product Layout', 'themesky') ,'desc' => '' ,'type' => 'select' ,'options' => array( '0' => esc_html__('Default', 'themesky') ,'0-1-0' => esc_html__('Fullwidth', 'themesky') ,'1-1-0' => esc_html__('Left Sidebar', 'themesky') ,'0-1-1' => esc_html__('Right Sidebar', 'themesky') ,'1-1-1' => esc_html__('Left & Right Sidebar', 'themesky') ) ); $options[] = array( 'id' => 'prod_left_sidebar' ,'label' => esc_html__('Left Sidebar', 'themesky') ,'desc' => '' ,'type' => 'select' ,'options' => $sidebar_options ); $options[] = array( 'id' => 'prod_right_sidebar' ,'label' => esc_html__('Right Sidebar', 'themesky') ,'desc' => '' ,'type' => 'select' ,'options' => $sidebar_options ); $options[] = array( 'id' => 'prod_custom_tab_heading' ,'label' => esc_html__('Custom Tab', 'themesky') ,'desc' => '' ,'type' => 'heading' ); $options[] = array( 'id' => 'prod_custom_tab' ,'label' => esc_html__('Custom Tab', 'themesky') ,'desc' => '' ,'type' => 'select' ,'options' => array( '0' => esc_html__('Default', 'themesky') ,'1' => esc_html__('Override', 'themesky') ) ); $options[] = array( 'id' => 'prod_custom_tab_title' ,'label' => esc_html__('Custom Tab Title', 'themesky') ,'desc' => '' ,'type' => 'text' ); $options[] = array( 'id' => 'prod_custom_tab_content' ,'label' => esc_html__('Custom Tab Content', 'themesky') ,'desc' => '' ,'type' => 'textarea' ); $options[] = array( 'id' => 'prod_breadcrumb_heading' ,'label' => esc_html__('Breadcrumbs', 'themesky') ,'desc' => '' ,'type' => 'heading' ); $options[] = array( 'id' => 'bg_breadcrumbs' ,'label' => esc_html__('Breadcrumb Background Image', 'themesky') ,'desc' => '' ,'type' => 'upload' ); $options[] = array( 'id' => 'prod_video_heading' ,'label' => esc_html__('Video', 'themesky') ,'desc' => '' ,'type' => 'heading' ); $options[] = array( 'id' => 'prod_video_url' ,'label' => esc_html__('Video URL', 'themesky') ,'desc' => esc_html__('Enter Youtube or Vimeo video URL', 'themesky') ,'type' => 'text' ); $options[] = array( 'id' => 'prod_360_heading' ,'label' => esc_html__('360 Gallery', 'themesky') ,'desc' => '' ,'type' => 'heading' ); $options[] = array( 'id' => 'prod_360_gallery' ,'label' => '' ,'desc' => '' ,'class' => 'context-normal' ,'type' => 'gallery' ); ?>