Replies: 0
Gentlemen,
I’ve applied the the following css code in my themes functions PHP:
add_filter( ‘tribe_get_event_website_link_label’, ‘tribe_get_event_website_link_label_default’ );
function tribe_get_event_website_link_label_default( $label ) {
if ( $label === tribe_get_event_website_url() ) {
$label = “Visit Website »”;
return ‘‘ . $label . ‘‘;
}
return $label;
}
It used to work correctly, right now the output looks like this:
https://superclassics.eu/event/baden-classic/
Any suggestions where I’m making a mistake??
Thanks for the support and stay healthy!