Zoom_Provider::get_zoom_confirmation_to_delete_account()

Get the confirmation text for deleting a Zoom account.


Return

(string) The confirmation text.


Top ↑

Source

File: src/Tribe/Meetings/Zoom_Provider.php

	public static function get_zoom_confirmation_to_delete_account() {
		return _x(
			'Are you sure you want to delete this Zoom connection? This operation cannot be undone. Existing meetings tied to this account will not be impacted.',
			'The message to display to confirm a user would like to delete a Zoom account.',
			'events-virtual'
		);
	}

Top ↑

Changelog

Changelog
Version Description
1.5.0 Introduced.