Hello Flavio,
Thanks for using the Events Calendar.
Here on the pre-sales forum, I’m afraid we do not provide technical support. I would ask that you take any technical support questions across to our wordpress.org forum – our staff scan it periodically and other community members may also be able to help out.
The Events Calendar
If you have a valid license for one of our premium plugins then you can log in to your account and post your question in the appropriate premium forum.
To help you get started you can try this snippet in your functions.php :
add_filter( 'tribe_get_event_link', function( $default_url ) {
$website_url = tribe_get_event_website_url();
return empty( $website_url ) ? $default_url : $website_url;
} );
Thanks again!
Cheers,
Andras