Changeset 53877 for trunk/src/wp-includes/rest-api.php
- Timestamp:
- 08/11/2022 02:01:35 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r53455 r53877 1192 1192 * @param mixed $id_or_email The Gravatar to retrieve a URL for. Accepts a user_id, gravatar md5 hash, 1193 1193 * user email, WP_User object, WP_Post object, or WP_Comment object. 1194 * @return arrayAvatar URLs keyed by size. Each value can be a URL string or boolean false.1194 * @return (string|false)[] Avatar URLs keyed by size. Each value can be a URL string or boolean false. 1195 1195 */ 1196 1196 function rest_get_avatar_urls( $id_or_email ) {
Note: See TracChangeset
for help on using the changeset viewer.