Facebook_Provider::get_facebook_connection_failure_text()
Get the Facebook connection failure text.
Return
(string) The Facebook connection failure text.
Source
File: src/Tribe/Meetings/Facebook_Provider.php
public static function get_facebook_connection_failure_text() {
return _x(
'The Facebook Page could not be connected to your site, please try again.',
'The message to display if no connection is established to the Facebook sdk.',
'events-virtual'
);
}
Changelog
| Version | Description |
|---|---|
| 1.7.0 | Introduced. |