WordPress.org

Plugin Reviews

WP Ultimate CSV Importer Plugin

A plugin that turns your offline data as wordpress post, page or custom post data's by simple mapping feature as csv file import.

Average Rating
4 stars
4.8 out of 5 stars
You are currently viewing the reviews that provided a rating of 3 stars. Click here to see all reviews.
3 stars
Nice plugin, not nice code
By , for WP 3.5.1

This plugin is a nice idea, but it needs a lot of improvement code-wise.

  • I understand that not everyone likes/employs OOP, but with a plugin this big, I feel it is necessary.
  • Function names in the plugin like description(), or move_file() could easily interference in WP's global namespace.
  • Use of global variables could be improved upon by using a class with class properties instead.
  • There are some areas of the plugin that have missing quotes, like <div style="margin-top:30px;> needs to be <div style="margin-top:30px;"> on line 217.

Updated: Plugin looks better at first glance; is wp_ultimate_csv_importer.php still being used? If so, it still has some of the same problems as I mentioned above. Thanks for taking the time to move towards a better standard in SmackImpCE.php!

You must log in to submit a review. You can also log in or register using the form near the top of this page.