YouTube_Provider::get_youtube_confirmation_to_delete_account()

Get the confirmation text for deleting a YouTube channel ID.


Return

(string) The confirmation text.


Top ↑

Source

File: src/Tribe/Meetings/YouTube_Provider.php

	public static function get_youtube_confirmation_to_delete_account() {
		return _x(
			'Are you sure you want to delete your default YouTube channel ID?',
			'The message to display to confirm a user would like to delete a YouTube channel ID.',
			'events-virtual'
		);
	}

Top ↑

Changelog

Changelog
Version Description
1.6.0 Introduced.