testimonials; } public function get_fields() { return array( 'testimonial' ); } protected function get_title( $field ) { switch( $field ) { case 'testimonial': return esc_html__( 'Testimonial content', 'sitepress' ); default: return ''; } } protected function get_editor_type( $field ) { switch( $field ) { case 'testimonial': return 'VISUAL'; default: return ''; } } }