Zoom_Provider::get_zoom_confirmation_to_remove_connection_text()

Get the confirmation text for removing a Zoom connection.


Return

(string) The confirmation text.


Top ↑

Source

File: src/Tribe/Meetings/Zoom_Provider.php

	public static function get_zoom_confirmation_to_remove_connection_text() {
		return _x(
			'Are you sure you want to remove this Zoom meeting from this event? This operation cannot be undone.',
			'The message to display to confirm a user would like to remove the Zoom connection from an event.',
			'events-virtual'
		);
	}

Top ↑

Changelog

Changelog
Version Description
1.5.0 Introduced.