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

getExcludedQueryParametersGlobal() public method

Returns the list of URL query parameters that are excluded from all websites
public getExcludedQueryParametersGlobal ( ) : string
return string Comma separated list of URL parameters
    public function getExcludedQueryParametersGlobal()
    {
        Piwik::checkUserHasSomeViewAccess();
        return Option::get(self::OPTION_EXCLUDED_QUERY_PARAMETERS_GLOBAL);
    }