public function AddThis::getCustomConfigurationCode in AddThis 7.4
File
- classes/
AddThis.php, line 324 - An AddThis-class.
Class
- AddThis
- @file An AddThis-class.
Code
public function getCustomConfigurationCode() {
return variable_get(self::CUSTOM_CONFIGURATION_CODE_KEY, self::DEFAULT_CUSTOM_CONFIGURATION_CODE);
}