silktech

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Disable Places View #1168230
    silktech
    Participant

    no
    but this did the whole job

    remove_action( 'tribe_events_single_meta_before', array( 'Tribe__Events__Pro__Single_Event_Meta', 'link_venue' ) );
    
    function remove_publicvenue($args) {
    	$args['public']=false;
    	return $args;
    }
    add_action('tribe_events_register_venue_type_args', 'remove_publicvenue');
    
Viewing 1 post (of 1 total)