Code-Snippets-Functions/Execute a function on a child site/The Events Calendar/open-event-links-in-new-tab.txt

3 lines
98 B
Text

add_filter( 'tribe_get_event_website_link_target', function () {
return '_blank';
}, 10, 1 );