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

Custom post type taxonomies are empty #1

Open ghost opened 10 years ago

ghost commented 10 years ago

Hi! I used your plugin. It is exactly what I need for a project. The only problem I have is that my custom post type taxonomies are all coming out as empty. The normal WordPress post type works fine and those taxonomies are turning up in the exported CSV. But the problem lies in the taxonomies from all my custom post types. The "Taxonomy Terms to Export" turn up fine in the settings menu. But when I export the columns are empty. Any ideas? 1 2

ethanhinson commented 10 years ago

Confirmed bug. Taxonomies are not registered in time for the file to be written. Appears to have registered taxonomies correctly in an init hook.