You are here

public static function ShareaholicUtilities::site_name in Share Buttons, Related Posts, Content Analytics - Shareaholic 8

Same name and namespace in other branches
  1. 7.3 utilities.php \ShareaholicUtilities::site_name()

Returns the site's name

Return value

string

2 calls to ShareaholicUtilities::site_name()
ShareaholicPublic::insert_content_meta_tags in ./public.php
Inserts the shareaholic content meta tags on the page On all pages, it will insert the standard content meta tags On full post pages, it will insert page specific content meta tags
ShareaholicUtilities::get_or_create_api_key in ./utilities.php
Returns the api key or creates a new one.

File

./utilities.php, line 116

Class

ShareaholicUtilities

Code

public static function site_name() {
  return variable_get('site_name', $GLOBALS['base_url']);
}