This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <? | |
| /** | |
| * Tribe, adding user meta to the attendees csv export | |
| * Source: https://theeventscalendar.com/support/forums/topic/adding-woocommerce-order-notes-to-attendees-export/ | |
| * | |
| * Last updates: August 9, 2018 | |
| **/ | |
| function tribe_export_custom_set_up( $event_id ) { | |
| //Add Handler for Community Tickets to Prevent Notices in Exports |