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.


Top ↑

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' ), '' );
	}

Top ↑

Changelog

Changelog
Version Description
1.8.0 Introduced.