Server IP : 66.29.132.124 / Your IP : 18.118.137.13 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 : /home/wavevlvu/diixadigital.com/wp-content/plugins/meto-plugin/metabox/ |
Upload File : |
<?php return array( 'title' => 'Meto Project Setting', 'id' => 'meto_meta_projects', 'icon' => 'el el-cogs', 'position' => 'normal', 'priority' => 'core', 'post_types' => array( 'meto_project' ), 'sections' => array( array( 'id' => 'meto_projects_meta_setting', 'fields' => array( array( 'id' => 'project_image_one', 'type' => 'media', 'url' => true, 'title' => esc_html__('Project Detail Image First', 'meto'), 'desc' => esc_html__('Insert Project Detail Page Image URl', 'meto'), ), array( 'id' => 'project_image_two', 'type' => 'media', 'url' => true, 'title' => esc_html__('Project Detail Image Second', 'meto'), 'desc' => esc_html__('Insert Project Detail Page Image URl', 'meto'), ), array( 'id' => 'project_image_three', 'type' => 'media', 'url' => true, 'title' => esc_html__('Project Detail Image Third', 'meto'), 'desc' => esc_html__('Insert Project Detail Page Image URl', 'meto'), ), ), ), ), );