MikevHoenselaar
Member
Posted 1 year ago #
WP: 3.3.2
Google Analytics for WordPress: 4.2.4
WP_DEBUG true
Notice: Undefined index: ignore_userlevel in /wp-content/plugins/google-analytics-for-wordpress/googleanalytics.php on line 1443
:-)
http://wordpress.org/extend/plugins/google-analytics-for-wordpress/
I just wanted to open a new thread regarding this issue. I've successfully hacked the code, but please make this tiny change in the next version.
if (isset($yoast_ga_options["ignore_userlevel"])) {
if ( ($current_user->user_level >= $yoast_ga_options["ignore_userlevel"]) )
return false;
else
return true;
}