Title: Export Users Taxonomy
Last modified: February 9, 2021

---

# Export Users Taxonomy

 *  [steveindzine](https://wordpress.org/support/users/steveindzine/)
 * (@steveindzine)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/export-users-taxonomy/)
 * I have created a custom user taxonomy called Clubs, I was wondering if there 
   is a hook I can use to include this taxonomy in the Export All Users function?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/export-users-taxonomy/#post-14033803)
 * You could potentially use the `wpmem_export_fields` filter to add it as a custom
   column in the output. You’d use that to identify the meta key and column display
   name. Then for the actual user data, you’d filter `wpmem_user_export_row`. `wpmem_user_export_row`
   passes an array that is keyed by the field meta keys. So that’s where you’d add
   your specific data for each user. (The first array item is the user ID, keyed
   as “ID”.)
 * Both of those lack an example on the plugin’s support site, but the filters are
   documented inline (which is where they would make the most sense anyway, as you
   can see how the data is assembled). They’re in /includes/admin/class-wp-members-
   export.php

Viewing 1 replies (of 1 total)

The topic ‘Export Users Taxonomy’ is closed to new replies.

 * ![](https://ps.w.org/wp-members/assets/icon-256x256.png?rev=1226414)
 * [WP-Members Membership Plugin](https://wordpress.org/plugins/wp-members/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-members/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-members/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-members/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-members/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-members/reviews/)

## Tags

 * [export](https://wordpress.org/support/topic-tag/export/)

 * 1 reply
 * 2 participants
 * Last reply from: [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/export-users-taxonomy/#post-14033803)
 * Status: not resolved