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.

GoogleReviews::get_account_id()

Get account ID.


Return Return

(string|void) access token


Top ↑

Source Source

File: mortgage-google-review/inc/GoogleReviews.php

    private function get_account_id() {

        $account_id = get_option( 'mortgage_google_widget' )['account'] ?? '';

        return $account_id;

    }

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.