This plugin exports data of commenter, which may include comment post id, comment date, name, email, website etc.
The data will be exported in the form of csv file..
It has in dashboard setting page, you can select which fields will be present in csv file.
Plugin follows all the codex guidelines in its code..
Install Commenter Data from 'Plugins section in your dashboard ..
Activate it through 'Plugins section..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Delete temporary created csv file in uploads folder.. 2.0 commenter add field action to add more fields in backend on settings page. commenter filter setting data filter to filter the data before firing the sql query..
SQL query made more secure using $wpdb prepare method.. 2.1 cd cap filter for filtering capability to view data settings and download the csv file..
Assigned separate menu page for Commenter Data plugin settings..
Read more