ethanhinson / custom-csv-exporter

A WordPress plugin which can export data from custom post types and the associated fields. Works with custom fields, default fields, and taxonomies.
GNU General Public License v2.0
4 stars 20 forks source link

Throwing warnings #2

Open eugenealegiojo opened 10 years ago

eugenealegiojo commented 10 years ago

This is interesting plugin and I'm going to use this for my projects.

However, I encountered some warnings. It happens when you visit the settings and you haven't save the settings yet.

It has something to do with in_array() where you checked if the selected fields exists in array but the user haven't selected fields yet.

Great Job!

allampatu commented 9 years ago

i got the warnings too. how can we fix them?