public function AddThis::getServicesJsonUrl in AddThis 7.4
1 call to AddThis::getServicesJsonUrl()
- AddThis::getServices in classes/
AddThis.php
File
- classes/
AddThis.php, line 258 - An AddThis-class.
Class
- AddThis
- @file An AddThis-class.
Code
public function getServicesJsonUrl() {
return check_url($this
->prefixUrlScheme(variable_get(AddThis::SERVICES_JSON_URL_KEY, self::DEFAULT_SERVICES_JSON_URL)));
}