OwlCyberSecurity - MANAGER
Edit File: speaker.php
<?php return array( 'title' => 'Conat Speaker Setting', 'id' => 'conat_meta_speaker', 'icon' => 'el el-cogs', 'position' => 'normal', 'priority' => 'core', 'post_types' => array( 'speaker' ), 'sections' => array( array( 'id' => 'conat_speaker_meta_setting', 'fields' => array( array( 'id' => 'title', 'type' => 'text', 'title' => esc_html__( 'Title', 'conat' ), ), array( 'id' => 'content', 'type' => 'textarea', 'title' => esc_html__( 'Content', 'conat' ), ), array( 'id' => 'designation', 'type' => 'text', 'title' => esc_html__( 'Designation', 'conat' ), ), array( 'id' => 'speciality', 'type' => 'text', 'title' => esc_html__( 'Speciality', 'conat' ), ), array( 'id' => 'experience', 'type' => 'text', 'title' => esc_html__( 'Experience', 'conat' ), ), array( 'id' => 'phone', 'type' => 'text', 'title' => esc_html__( 'Phone', 'conat' ), ), array( 'id' => 'company', 'type' => 'text', 'title' => esc_html__( 'Company', 'conat' ), ), array( 'id' => 'email', 'type' => 'text', 'title' => esc_html__( 'Email', 'conat' ), ), array( 'id' => 'fax', 'type' => 'text', 'title' => esc_html__( 'Fax', 'conat' ), ), array( 'id' => 'social_profile', 'type' => 'social_media', 'title' => esc_html__( 'Social Profile', 'conat' ), ), ), ), ), );