Server IP : 66.29.132.124 / Your IP : 13.58.199.20 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/home/wavevlvu/./diixadigital.com/wp-content/plugins/meto-plugin/metabox/ |
Upload File : |
<?php return array( 'id' => 'meto_banner_settings', 'title' => esc_html__("Meto Banner Settings", "konia"), 'fields' => array( array( 'id' => 'banner_source_type', 'type' => 'button_set', 'title' => esc_html__('Banner Source Type', 'meto'), 'options' => array( 'd' => esc_html__('Default', 'meto'), 'e' => esc_html__('Elementor', 'meto'), ), 'default' => '', ), array( 'id' => 'banner_elementor_template', 'type' => 'select', 'title' => __('Template', 'viral-buzz'), 'data' => 'posts', 'args' => [ 'post_type' => [ 'elementor_library' ], 'posts_per_page'=> -1, ], 'required' => [ 'banner_source_type', '=', 'e' ], ), array( 'id' => 'banner_page_banner', 'type' => 'switch', 'title' => esc_html__('Show Banner', 'meto'), 'default' => false, 'required' => [ 'banner_source_type', '=', 'd' ], ), array( 'id' => 'banner_banner_title', 'type' => 'text', 'title' => esc_html__('Banner Section Title', 'meto'), 'desc' => esc_html__('Enter the title to show in banner section', 'meto'), 'required' => array( 'banner_page_banner', '=', true ), ), //array( // 'id' => 'banner_page_background', // 'type' => 'media', // 'url' => true, // 'title' => esc_html__('Background Image', 'meto'), // 'desc' => esc_html__('Insert background image for banner', 'meto'), // 'default' => array( // 'url' => METO_URI . 'assets/images/background/pattern-21.png', // ), // 'required' => array( 'banner_page_banner', '=', true ), // ), ), );