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_ConstantContact::get_constant_contact_access_token()
Get Constant contact access token.
Return Return
(string|array|void) access token
Source Source
File: calculator-constant-contact-add-on/inc/MP_Addon_ConstantContact.php
private function get_constant_contact_access_token() {
$constant_contact_access_token = get_option( MortgagePlatform::$prefix . 'constant_contact_access_token' );
return $constant_contact_access_token;
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |