| Server IP : 54.36.91.62 / Your IP : 216.73.216.15 Web Server : Apache System : Linux webm021.cluster127.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : uxhactp ( 169076) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/uxhactp/www/wp-content/themes/bridge/framework/admin/meta-boxes/testimonials/ |
Upload File : |
<?php
//Testimonials
$qodeTestimonials = new QodeMetaBox("testimonials", "Qode Testimonials");
$qodeFramework->qodeMetaBoxes->addMetaBox("testimonials",$qodeTestimonials);
$qode_testimonial_author = new QodeMetaField("text","qode_testimonial-author","","Author","Enter the author name");
$qodeTestimonials->addChild("qode_testimonial-author",$qode_testimonial_author);
$qode_testimonial_text = new QodeMetaField("textarea","qode_testimonial-text","","Text","Enter the testimonial text");
$qodeTestimonials->addChild("qode_testimonial-text",$qode_testimonial_text);
$qode_testimonial_website = new QodeMetaField("text","qode_testimonial_website","","Website","Enter full URL of the author's website");
$qodeTestimonials->addChild("qode_testimonial_website",$qode_testimonial_website);
$qode_testimonial_rating = new QodeMetaField("select","qode_testimonial_rating","","Rating","Choose the rating for this testimonial",array(
"" => "",
"1" => "1 out of 5",
"2" => "2 out of 5",
"3" => "3 out of 5",
"4" => "4 out of 5",
"5" => "5 out of 5"
));
$qodeTestimonials->addChild("qode_testimonial_rating",$qode_testimonial_rating);