Template_Modifications::get_page_authorize_fields()
Adds Facebook Live Page authorize fields.
Return
(string) HTML for the authorize fields.
Source
File: src/Tribe/Meetings/Facebook/Template_Modifications.php
public function get_page_authorize_fields() {
return $this->admin_template->template( 'facebook/authorize-fields', [ 'api' => $this->api, 'url' => $this->url ], false );
}
Changelog
| Version | Description |
|---|---|
| 1.7.0 | Introduced. |