Facebook_Provider::get_facebook_page_clear_access_confirmation_text()

Get the Facebook Page clear access confirmation.


Return

(string) The Facebook Page clear access confirmation text.


Top ↑

Source

File: src/Tribe/Meetings/Facebook_Provider.php

	public static function get_facebook_page_clear_access_confirmation_text() {
		return _x(
			'Are you sure you want to clear the access token? Clearing it will disconnect any upcoming virtual events using this Facebook Page until you authorize the page again.',
			'The message to display to confirm clear Facebook Page\'s access token.',
			'events-virtual'
		);
	}

Top ↑

Changelog

Changelog
Version Description
1.7.0 Introduced.