Skip to content

Instantly share code, notes, and snippets.

@GeoffEW
Created October 3, 2016 13:28
Show Gist options
  • Save GeoffEW/4246401bb310ae087640ce7bf0b83937 to your computer and use it in GitHub Desktop.
Save GeoffEW/4246401bb310ae087640ce7bf0b83937 to your computer and use it in GitHub Desktop.
Enable tickets to added to products
<?php
/* Tribe, allow products to be an option to add ticket to in 'Events > Tickets > Settings' */
/* WARNING: this brought issues to customers in the past, so activate at your own risk */
if ( class_exists('Tribe__Tickets_Plus__Commerce__WooCommerce__Main') ) {
remove_filter( 'tribe_tickets_settings_post_types', array( Tribe__Tickets_Plus__Commerce__WooCommerce__Main::get_instance(), 'exclude_product_post_type' ) );
}
@GeoffEW
Copy link
Author

GeoffEW commented Jun 5, 2019

Hey Cealin,

I would recommend reaching out to the good folks at Modern Tribe directly https://support.theeventscalendar.com/ as I have been a bit out of that loop for over a year now :-)

Best regards!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment