mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-05 12:32:23 +08:00
3 lines
98 B
Text
3 lines
98 B
Text
add_filter( 'tribe_get_event_website_link_target', function () {
|
|
return '_blank';
|
|
}, 10, 1 );
|