BSF_Analytics_Helper::get_api_url()

Get API URL for sending analytics.


Description


Return

(string) API URL.


Source

File: admin/bsf-analytics/classes/class-bsf-analytics-helper.php

		public static function get_api_url() {
			return defined( 'BSF_ANALYTICS_API_BASE_URL' ) ? BSF_ANALYTICS_API_BASE_URL : 'https://analytics.brainstormforce.com/';
		}

Changelog

Changelog
Version Description
1.0.0 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.