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