Template_Modifications::get_find_app_id()
Get information message to help get the Facebook app id and secret.
Return
(string) HTML for the find Facebook app id and secret text.
Source
File: src/Tribe/Meetings/Facebook/Template_Modifications.php
public function get_find_app_id() {
return $this->admin_template->template( 'facebook/find-app-id', [], false );
}
Changelog
| Version | Description |
|---|---|
| 1.7.0 | Introduced. |