????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' => 'post_layout_heading' ,'label' => esc_html__('Post Layout', 'themesky') ,'desc' => '' ,'type' => 'heading' ); $options[] = array( 'id' => 'post_layout' ,'label' => esc_html__('Post 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' => 'post_left_sidebar' ,'label' => esc_html__('Left Sidebar', 'themesky') ,'desc' => '' ,'type' => 'select' ,'options' => $sidebar_options ); $options[] = array( 'id' => 'post_right_sidebar' ,'label' => esc_html__('Right Sidebar', 'themesky') ,'desc' => '' ,'type' => 'select' ,'options' => $sidebar_options ); $options[] = array( 'id' => 'bg_breadcrumbs' ,'label' => esc_html__('Breadcrumb Background Image', 'themesky') ,'desc' => '' ,'type' => 'upload' ); $options[] = array( 'id' => 'post_audio_heading' ,'label' => esc_html__('Post Audio', 'themesky') ,'desc' => '' ,'type' => 'heading' ); $options[] = array( 'id' => 'audio_url' ,'label' => esc_html__('Audio URL', 'themesky') ,'desc' => esc_html__('Enter MP3, OGG, WAV file URL or SoundCloud URL', 'themesky') ,'type' => 'text' ); $options[] = array( 'id' => 'post_video_heading' ,'label' => esc_html__('Post Video', 'themesky') ,'desc' => '' ,'type' => 'heading' ); $options[] = array( 'id' => 'video_url' ,'label' => esc_html__('Video URL', 'themesky') ,'desc' => esc_html__('Enter Youtube or Vimeo video URL', 'themesky') ,'type' => 'text' ); ?>