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. [Utility &amp; Helpers](/categories/utility)
4. /
5. soderlind/mu-disable-gravatar

ActiveWordpress-muplugin[Utility &amp; Helpers](/categories/utility)

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

MU Disable Gravatar

1.0.0(3y ago)02.9k↑121.4%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 2d 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 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

1459d 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)
```

###  Alternatives

[roach-php/core

A complete web scraping toolkit for PHP

1.5k398.7k4](/packages/roach-php-core)[kdion4891/laravel-livewire-tables

A dynamic, responsive Laravel Livewire table component with searching, sorting, checkboxes, and pagination.

30077.8k](/packages/kdion4891-laravel-livewire-tables)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

43785.5k4](/packages/lullabot-drainpipe)[php-cs-fixer/accessible-object

A library to reveal object internals.

11674.2k5](/packages/php-cs-fixer-accessible-object)[junohamburg/kirby-visual-block-selector

Kirby Visual Block Selector

614.5k](/packages/junohamburg-kirby-visual-block-selector)

PHPackages © 2026

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