MP_Addon_ConstantContact::revoke_token()

Callback function revoke token.

Contents


Source Source

File: calculator-constant-contact-add-on/inc/MP_Addon_ConstantContact.php

	public function revoke_token() {

		update_option( MortgagePlatform::$prefix . 'constant_contact_refresh_token', '' );
		update_option( MortgagePlatform::$prefix . 'constant_contact_access_token', '' );

		wp_die();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.