You are here

public static function SendinblueManager::getBaseUrl in SendinBlue 7.2

Same name and namespace in other branches
  1. 7 includes/sendinblue.manage.inc \SendinblueManager::getBaseUrl()

Get Base URL.

Return value

string A base url of the site.

1 call to SendinblueManager::getBaseUrl()
SendinblueManager::sendEmail in includes/sendinblue.manage.inc
Send mail.

File

includes/sendinblue.manage.inc, line 293
Manage class file.

Class

SendinblueManager
Basic manager of module.

Code

public static function getBaseUrl() {
  global $base_url;
  return $base_url;
}