PHPackages                             soderlind/mu-disable-gravatar - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. soderlind/mu-disable-gravatar

ActiveWordpress-muplugin

soderlind/mu-disable-gravatar
=============================

MU Disable Gravatar

1.0.0(3y ago)02.7k↑50%GPL-2.0-or-laterPHP

Since Jul 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/soderlind/mu-disable-gravatar)[ Packagist](https://packagist.org/packages/soderlind/mu-disable-gravatar)[ Docs](https://github.com/soderlind/mu-disable-gravatar)[ RSS](/packages/soderlind-mu-disable-gravatar/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Disable Gravatar
================

[](#disable-gravatar)

[WordPress Must-use Plugin](https://wordpress.org/support/article/must-use-plugins/) that disables Gravatar.

The plugin is simple and use the following hooks:

```
add_filter( 'pre_get_avatar', '__return_empty_string' );
add_filter( 'get_avatar', '__return_empty_string' );
```

`pre_get_avatar`: Short circuit the Gravatar request. I.e. Stop the request to Gravatar.com.

`get_avatar`: Set the new avatar to an empty string.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1412d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1649452?v=4)[Per Søderlind](/maintainers/soderlind)[@soderlind](https://github.com/soderlind)

---

Top Contributors

[![soderlind](https://avatars.githubusercontent.com/u/1649452?v=4)](https://github.com/soderlind "soderlind (6 commits)")

### Embed Badge

![Health badge](/badges/soderlind-mu-disable-gravatar/health.svg)

```
[![Health](https://phpackages.com/badges/soderlind-mu-disable-gravatar/health.svg)](https://phpackages.com/packages/soderlind-mu-disable-gravatar)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
