public function AddThis::isGoogleAnalyticsSocialTrackingEnabled in AddThis 7.4
File
- classes/
AddThis.php, line 368 - An AddThis-class.
Class
- AddThis
- @file An AddThis-class.
Code
public function isGoogleAnalyticsSocialTrackingEnabled() {
return (bool) variable_get(self::GOOGLE_ANALYTICS_SOCIAL_TRACKING_ENABLED_KEY, FALSE);
}