Zoom_Provider::get_zoom_confirmation_to_refresh_account()
Get the confirmation text for refreshing a Zoom account.
Return
(string) The confirmation text.
Source
File: src/Tribe/Meetings/Zoom_Provider.php
public static function get_zoom_confirmation_to_refresh_account() {
return _x(
'Before refreshing the connection, make sure you are logged into the Zoom account in this browser.',
'The message to display before a user attempts to refresh a Zoom account connection.',
'events-virtual'
);
}
Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |