Updated hook?
-
Hi there, I was wondering if the “tribe_get_organizer_website_link_target” hook got updated to something else? I have this code in my functions.php file to set the organizer link target to “_blank” , but it’s not working. It seems to work still for the Event Website link and Venue link.
add_filter( 'tribe_get_event_website_link_target', 'set_blank_target_for_new_window' ); add_filter( 'tribe_get_organizer_website_link_target', 'set_blank_target_for_new_window' ); add_filter( 'tribe_get_venue_website_link_target', 'set_blank_target_for_new_window' ); function set_blank_target_for_new_window() { return '_blank'; }
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Updated hook?’ is closed to new replies.