public function AddThis::getBaseWidgetJsUrl in AddThis 7.4
1 call to AddThis::getBaseWidgetJsUrl()
- AddThis::getWidgetUrl in classes/
AddThis.php - Get the url for the AddThis Widget.
File
- classes/
AddThis.php, line 332 - An AddThis-class.
Class
- AddThis
- @file An AddThis-class.
Code
public function getBaseWidgetJsUrl() {
return check_url($this
->prefixUrlScheme(variable_get(self::WIDGET_JS_URL_KEY, self::DEFAULT_WIDGET_JS_URL)));
}