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