Facebook_Provider::get_local_id_failure_text()

Get the local id failure text.


Return

(string) The failure text.


Top ↑

Source

File: src/Tribe/Meetings/Facebook_Provider.php

	public static function get_local_id_failure_text() {
		return _x(
			'The local id for the Facebook is not set.',
			'The message to display if no local id is found when trying to authorize a facebook page.',
			'events-virtual'
		);
	}

Top ↑

Changelog

Changelog
Version Description
1.7.0 Introduced.