apply_filters( 'tec_events_virtual_zoom_select_account_url', string $link, WP_Post $post )

Allows filtering the account selection link URL.


Parameters

$link

(string) The url used to setup the account selection.

$post

(WP_Post) The post object of the Event context of the link generation.


Top ↑

Source

File: src/Tribe/Meetings/Zoom/Classic_Editor.php


Top ↑

Changelog

Changelog
Version Description
1.8.2 - Renamed as the filter name was used in another context.
1.5.0 Introduced.