BSF_Analytics_Helper::get_api_headers()

Get API headers


Description


Return

(array<string,) string>


Source

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

		public static function get_api_headers() {
			return array(
				'Content-Type' => 'application/json',
				'Accept'       => 'application/json',
			);
		}

Changelog

Changelog
Version Description
1.1.6 Introduced.


User Contributed Notes

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