You are here

public function AddThis::isGoogleAnalyticsTrackingEnabled in AddThis 7.4

File

classes/AddThis.php, line 364
An AddThis-class.

Class

AddThis
@file An AddThis-class.

Code

public function isGoogleAnalyticsTrackingEnabled() {
  return (bool) variable_get(self::GOOGLE_ANALYTICS_TRACKING_ENABLED_KEY, FALSE);
}