Remove Venue & Organizers
-
Hi,
I’d like to be able to remove the Venue and Organizers from both the menu and the meta boxes too.
So far I’ve tried
function hide_event_organizer_meta(){ tribe_set_the_meta_visibility( 'tribe_event_organizer', false, 'meta_group' ); } add_action('init', 'hide_event_organizer_meta', 50);
I’m only expecting this code to remove the meta for the organizer but it’s not working.
Is my code incorrect and is there an easier to basically just deactivate Venues and Organizers?
Cheers,
Steve
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove Venue & Organizers’ is closed to new replies.