PHPackages                             tfrommen/adorable-avatars - 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. [Image &amp; Media](/categories/media)
4. /
5. tfrommen/adorable-avatars

ActiveWordpress-plugin[Image &amp; Media](/categories/media)

tfrommen/adorable-avatars
=========================

This plugin integrates the Adorable Avatars avatar placeholder service into WordPress.

v2.1.0(9y ago)4112[1 issues](https://github.com/tfrommen/adorable-avatars/issues)MITPHPPHP &gt;=5.4.0

Since Feb 3Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tfrommen/adorable-avatars)[ Packagist](https://packagist.org/packages/tfrommen/adorable-avatars)[ Docs](https://github.com/tfrommen/adorable-avatars)[ RSS](/packages/tfrommen-adorable-avatars/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (0)

Adorable Avatars
================

[](#adorable-avatars)

[![Version](https://camo.githubusercontent.com/f5fa04b312dcd57bdb15d2a7f75dbd1a4611c9bd0fe00ab04c452e15d911dcd6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7466726f6d6d656e2f61646f7261626c652d617661746172732e737667)](https://packagist.org/packages/tfrommen/adorable-avatars)[![Status](https://camo.githubusercontent.com/0516d1b16221bb9cbc5f57f91e1f235b1b6aaee353113f6d168996f670c9a75d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7374617475732d6163746976652d627269676874677265656e2e737667)](https://github.com/tfrommen/adorable-avatars)[![Build](https://camo.githubusercontent.com/4e04088133b23eaef6d4e569f69c6478ce7acbf5a42196086e2c2275abf5e89d/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7466726f6d6d656e2f61646f7261626c652d617661746172732e737667)](http://travis-ci.org/tfrommen/adorable-avatars)[![Downloads](https://camo.githubusercontent.com/9f95d84ed36525ec9a990c0ae24b708096a0df1e1cdd611a0db535619b8d7bd5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7466726f6d6d656e2f61646f7261626c652d617661746172732e737667)](https://packagist.org/packages/tfrommen/adorable-avatars)[![License](https://camo.githubusercontent.com/7b58d5a27c0fb7431c834dc6c17b8babc0f7d4d71c4feaabf34ee544923f7506/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7466726f6d6d656e2f61646f7261626c652d617661746172732e737667)](https://packagist.org/packages/tfrommen/adorable-avatars)

> This plugin integrates the [Adorable Avatars](http://avatars.adorable.io/) avatar placeholder service into WordPress.

Installation
------------

[](#installation)

1. [Download ZIP](https://github.com/tfrommen/adorable-avatars/releases).
2. Upload contents to the `/wp-content/plugins` directory on your web server.
3. Activate the plugin through the *Plugins* menu in WordPress.
4. Select *Adorable Avatars* as default avatar setting on the *Discussion Settings* page in your WordPress back end.

Filters
-------

[](#filters)

Need to customize anything? Just use the provided filters.

### `adorable_avatars.force`

[](#adorable_avatarsforce)

In case you want to have Adorable Avatars all over your site (i.e., not only as default when there is no Gravatar), use this filter.

**Arguments:**

- `bool` `$force` Force Adorable Avatars?
- `mixed` `$id_or_email` User identifier.
- `array` `$args` Avatar args.

**Usage Example:**

Use Adorable Avatars no matter what:

```
