Title: [Plugin: Export Users to CSV] Configurable columns
Last modified: August 20, 2016

---

# [Plugin: Export Users to CSV] Configurable columns

 *  Resolved [CreaFlow](https://wordpress.org/support/users/jansesberger/)
 * (@jansesberger)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-export-users-to-csv-configurable-columns/)
 * Hi,
 * thanks for this good plugin. Tried several but this was the only one which worked.
   Nevertheless i would really appreciate some options for the plugin to minimize
   the output. There are lots of fields which are not important for me and it would
   be great if one could deactivate those. A simple text input box where those not
   needed columns can be entered would be sufficient enough.
 * Would be fine if you could add this functionality…
 * Regards, Martin
 * [http://wordpress.org/extend/plugins/export-users-to-csv/](http://wordpress.org/extend/plugins/export-users-to-csv/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Ulrich Sossou](https://wordpress.org/support/users/sorich87/)
 * (@sorich87)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-export-users-to-csv-configurable-columns/#post-2690273)
 * Thanks for the feedback!
 * I am not planning to add an option, but there is a filter for that. It is called“
   pp_eu_exclude_data”.
 * So you would do something like:
 *     ```
       function my_exclude_data( $exclude ) {
           $exclude = array( 'user_status', 'user_nicename', 'a_custom_field', 'another_custom_field' );
   
           return $exclude;
       }
       add_filter( 'pp_eu_exclude_data', 'my_exclude_data', 11 );
       ```
   
 *  [menslow](https://wordpress.org/support/users/menslow/)
 * (@menslow)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-export-users-to-csv-configurable-columns/#post-2690359)
 * Very handy filter! Thanks Ulrich.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Export Users to CSV] Configurable columns’ is closed to new 
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/export-users-to-csv_8abacf.svg)
 * [Export Users to CSV](https://wordpress.org/plugins/export-users-to-csv/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/export-users-to-csv/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/export-users-to-csv/)
 * [Active Topics](https://wordpress.org/support/plugin/export-users-to-csv/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/export-users-to-csv/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/export-users-to-csv/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [menslow](https://wordpress.org/support/users/menslow/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-export-users-to-csv-configurable-columns/#post-2690359)
 * Status: resolved