Facebook_Provider::get_facebook_app_id()
Get the Facebook app id from the options.
Return
(string) The Facebook app id or empty string if not found.
Source
File: src/Tribe/Meetings/Facebook_Provider.php
public static function get_facebook_app_id() {
return tribe_get_option( tribe( Settings::class )->get_prefix( 'app_id' ), '' );
}
Changelog
| Version | Description |
|---|---|
| 1.8.0 | Introduced. |