Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

MP_Addon_Microsoft_Spreadsheets::microsoft_spreadsheet_request( string $data, string $lead )

Microsoft spreadsheets request.


Parameters Parameters

$data

(string) (Required) lead data

$lead

(string) (Required) lead id


Top ↑

Source Source

File: calculator-microsoft-spreadsheets-add-on/inc/MP_Addon_Microsoft_Spreadsheets.php

	private function microsoft_spreadsheet_request( $data, $lead ) {

		$this->get_client();

		$this->add_data_to_microsoft_sheet_table($data, $lead);

	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.