Summery Summery
Filters the REST avatar sizes.
Syntax Syntax
Description Description
Use this filter to adjust the array of sizes returned by the rest_get_avatar_sizes function.
Parameters Parameters
- $sizes
-
An array of int values that are the pixel sizes for avatars. Default
[ 24, 48, 96 ].
Source Source
File: wp-includes/rest-api.php
Advertisement
Changelog Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |