D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
www
/
vimlagroups.in
/
wp-content
/
plugins
/
lebuild-plugin
/
metabox
/
Filename :
testimonials.php
back
Copy
<?php return array( 'title' => 'Lebuild Testimonials Setting', 'id' => 'lebuild_meta_testimonials', 'icon' => 'el el-cogs', 'position' => 'normal', 'priority' => 'core', 'post_types' => array( 'lebuild_testimonials' ), 'sections' => array( array( 'id' => 'lebuild_testimonials_meta_setting', 'fields' => array( array( 'id' => 'test_designation', 'type' => 'text', 'title' => esc_html__( 'Author Designation', 'lebuild' ), ), array( 'id' => 'testimonial_rating', 'type' => 'select', 'title' => esc_html__( 'Choose the Client Rating', 'lebuild' ), 'options' => array( '1' => '1', '2' => '2', '3' => '3', '4' => '4', '5' => '5', ), 'default' => '5', ), ), ), ), );