Template_Modifications::get_disabled_button()

Gets Webex disabled connect button.


Return

(string) HTML for the authorize fields.


Top ↑

Source

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

	public function get_disabled_button() {
		return $this->admin_template->template( 'webex/api/authorize-fields/disabled-button', [], false );
	}

Top ↑

Changelog

Changelog
Version Description
1.9.0 Introduced.