Piwik\Plugins\SitesManager\API::getExcludedIpsGlobal PHP Méthode

getExcludedIpsGlobal() public méthode

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