Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808
PUM_Analytics::get_analytics_route()

Gets the analytics route


Description Description

If bypass adblockers is enabled, will return random or custom string. If not, returns ‘analytics’.


Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808

Return Return

(string) The analytics route


Top ↑

Source Source

File: classes/Analytics.php

	public static function get_analytics_route() {
		$route = 'analytics';
		return self::customize_endpoint_value( $route );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.13.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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