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_netsuite_access_token()
Get Netsuite access token.
Return Return
(mixed) Value set for the option. A value of any type may be returned, including array, boolean, float, integer, null, object, and string.
Source Source
File: calculator-netsuite-add-on/inc/MP_Addon_Netsuite_REST.php
private function get_netsuite_access_token() {
$netsuite_refresh_token = get_option( MortgagePlatform::$prefix . 'netsuite_access_token' );
return $netsuite_refresh_token;
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |