Piwik\Plugins\SitesManager\API::getExcludedIpsGlobal PHP Method

getExcludedIpsGlobal() public method

Returns the list of IPs that are excluded from all websites
public getExcludedIpsGlobal ( ) : string
return string Comma separated list of IPs
    public function getExcludedIpsGlobal()
    {
        Piwik::checkUserHasSomeAdminAccess();
        return Option::get(self::OPTION_EXCLUDED_IPS_GLOBAL);
    }