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_Dynamics::get_dynamics_client_id()

Get client ID.


Return Return

(mixed) client ID


Top ↑

Source Source

File: calculator-dynamics-add-on/inc/MP_Addon_Dynamics.php

	private function get_dynamics_client_id() {

		$dynamics_client_id = get_option( MortgagePlatform::$prefix . 'dynamics' )['dynamics_client_id'] ?? '';

		return $dynamics_client_id;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.