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_Netsuite_REST::get_instance_url()

Get instance url.


Return Return

(string)


Top ↑

Source Source

File: calculator-netsuite-add-on/inc/MP_Addon_Netsuite_REST.php

	private function get_instance_url() {
		$netsuite_instance_url = get_option( MortgagePlatform::$prefix . 'netsuite_access_token' )['instance_url'];

		return $netsuite_instance_url;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.