apply_filters( 'tec_events_virtual_zoom_select_account_url', string $link , WP_Post $post )
Allows filtering the account selection link URL.
Contents
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.
Source
Changelog
| Version | Description |
|---|---|
| 1.8.2 | - Renamed as the filter name was used in another context. |
| 1.5.0 | Introduced. |