OwlCyberSecurity - MANAGER
Edit File: testimonials.php
<?php return array( 'title' => 'Conat Testimonials Setting', 'id' => 'conat_meta_testimonials', 'icon' => 'el el-cogs', 'position' => 'normal', 'priority' => 'core', 'post_types' => array( 'testimonials' ), 'sections' => array( array( 'id' => 'conat_testimonials_meta_setting', 'fields' => array( array( 'id' => 'designation', 'type' => 'text', 'title' => esc_html__( 'Designation / Location', 'conat' ), ), array( 'id' => 'testimonial_rating', 'type' => 'select', 'title' => esc_html__( 'Choose the Client Rating', 'conat' ), 'options' => array( '1' => '1', '2' => '2', '3' => '3', '4' => '4', '5' => '5', ), ), ), ), ), );