Assets::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/Assets.php
public static function get_facebook_app_id() {
return tribe_get_option( 'tribe_facebook_app_id', '' );
}
Changelog
| Version | Description |
|---|---|
| 1.8.0 | Introduced. |