# Get Avatar URL

`wp-plugin/get-avatar-url` — WordPress plugin

> **No tagged releases in SVN.** This plugin releases exclusively via SVN trunk. Install with `dev-trunk` — Composer will pin to a specific SVN revision in your lock file. See [all untagged plugins](https://wp-packages.org/untagged).

## Install

```sh
composer require wp-plugin/get-avatar-url:dev-trunk
```

## Details

- **Latest version:** 1.0
- **Active installs:** 0
- **Composer installs:** 0
- **Author:** Faizan Ali
- **WordPress.org:** https://wordpress.org/plugins/get-avatar-url/
- **Homepage:** https://github.com/faizan1041/get-avatar-url

## Description

There\'s a function \"get_avatar\" used in WordPress to return the image object for the avatar. I was looking for the similar function  …
