/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.2.2.1594630731
Updated: 2020-07-13 08:58:51

*/


// Google Analytics via Beehive pro - disables tracking of Admins. Should return true if you want to have tracking enabled, false to disable it
add_filter('beehive_google_enable_tracking', function($tracking) {
	if(current_user_can('administrator')) { // disable tracking for all users with Editor or higher role
		return false;
	} else {
		return true;
	}
});