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