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_Salesforce::get_salesforce_consumer_secret()
Get client secret.
Return Return
(mixed) client secret
Source Source
File: calculator-salesforce-add-on/inc/MP_Addon_Salesforce.php
private function get_salesforce_consumer_secret() {
$microsoft_sheet_client_secret = get_option( MortgagePlatform::$prefix . 'salesforce' )['salesforce_consumer_secret'] ?? '';
return $microsoft_sheet_client_secret;
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |