public static function SendinblueManager::getBaseUrl in SendinBlue 7
Same name and namespace in other branches
- 7.2 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 356 - Manage class file.
Class
- SendinblueManager
- Basic manager of module.
Code
public static function getBaseUrl() {
global $base_url;
return $base_url;
}