How do I import into Testimonials Widget
`wp_testimonialswidget` is from Testimonials Widget 1.X. With the 2.0 release, Testimonials Widget is a custom post type.
For importing data, have your developer look for the migrate()
and get_testimonials()
methods `testimonials-widget.php` to see how data is loaded.