File: //home/parhudrw/emenu.anqa.it/wp-content/plugins/ticrou-plugin/metabox/testimonials.php
<?php
return array(
'title' => 'Ticrou Testimonials Setting',
'id' => 'ticrou_meta_testimonials',
'icon' => 'el el-cogs',
'position' => 'normal',
'priority' => 'core',
'post_types' => array( 'testimonials' ),
'sections' => array(
array(
'id' => 'ticrou_testimonials_meta_setting',
'fields' => array(
array(
'id' => 'designation',
'type' => 'text',
'title' => esc_html__( 'Author Designation', 'ticrou' ),
),
array(
'id' => 'testimonial_rating',
'type' => 'select',
'title' => esc_html__( 'Choose the Client Rating', 'ticrou' ),
'options' => array(
'1' => '1',
'2' => '2',
'3' => '3',
'4' => '4',
'5' => '5',
),
),
),
),
),
);