Facebook_Provider::get_facebook_page_delete_confirmation_text()

Get the Facebook Page delete confirmation.


Return

(string) The Facebook Page delete confirmation text.


Top ↑

Source

File: src/Tribe/Meetings/Facebook_Provider.php

	public static function get_facebook_page_delete_confirmation_text() {
		return _x(
			'Are you sure you want to delete the Facebook Page? Deleting it will disconnect any upcoming virtual events using this Facebook Page.',
			'The message to display to confirm when deleting a Facebook Page.',
			'events-virtual'
		);
	}

Top ↑

Changelog

Changelog
Version Description
1.7.0 Introduced.