Template_Modifications::get_save_button()

Adds button to save the Facebook app id and secret.


Return

(string) HTML button to save the Facebook app id and secret.


Top ↑

Source

File: src/Tribe/Meetings/Facebook/Template_Modifications.php

	public function get_save_button() {
		return $this->admin_template->template( 'facebook/save', [ 'url' => $this->url ], false );
	}

Top ↑

Changelog

Changelog
Version Description
1.7.0 Introduced.