So I’ve traced the rewrite to the Tribe__Events__Rewrite code and commented out line 199 which specifies the ORGANIZER_POST_TYPE as a valid candidate for rewriting the URL. I’ve included a snippet below:
196: $supported_post_types = array(
197: Tribe__Events__Main::POSTTYPE,
198: Tribe__Events__Main::VENUE_POST_TYPE,
199: /*Tribe__Events__Main::ORGANIZER_POST_TYPE,*/
200: );
Obviously this isn’t a long term solution because this will get overridden on an update and I’m not sure what else I’m breaking by doing this (though I haven’t found anything broken yet). What is the long term solution for this. Surely this isn’t intentional behavior.
Thanks in advance for your help. I figured I’d just give an update as to where I am currently.
Jason