Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Google_Sheet_Settings::output()

Creates the output of the settings page

Contents


Return Return

(Uncanny_Automatorvoid.)


Source Source

File: src/integrations/google-sheet/settings/settings-google-sheet.php

	public function output() {
		$helper = $this->get_helper();
		$auth_url = $this->get_auth_url();
		$disconnect_uri = $this->get_disconnect_uri();
		$user_info = $helper->get_user_info();
		$connect = absint( automator_filter_input( 'connect' ) );
		include_once 'view-google-sheet.php';
	}