Piwik\Plugins\SitesManager\API::getExcludedIpsGlobal PHP Метод

getExcludedIpsGlobal() публичный Метод

Returns the list of IPs that are excluded from all websites
public getExcludedIpsGlobal ( ) : string
Результат string Comma separated list of IPs
    public function getExcludedIpsGlobal()
    {
        Piwik::checkUserHasSomeAdminAccess();
        return Option::get(self::OPTION_EXCLUDED_IPS_GLOBAL);
    }