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.


Top ↑

Source

File: src/Tribe/Assets.php

	public static function get_facebook_app_id() {
		return tribe_get_option( 'tribe_facebook_app_id', '' );
	}

Top ↑

Changelog

Changelog
Version Description
1.8.0 Introduced.