Changeset 56767 for trunk/src/wp-includes/rest-api.php
- Timestamp:
- 10/03/2023 04:13:43 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api.php
r56192 r56767 1216 1216 1217 1217 /** 1218 * Retrieves the avatar urls in various sizes.1218 * Retrieves the avatar URLs in various sizes. 1219 1219 * 1220 1220 * @since 4.7.0 … … 1222 1222 * @see get_avatar_url() 1223 1223 * 1224 * @param mixed $id_or_email The Gravatar to retrieve a URL for. Accepts a user_id, gravatar md5 hash,1224 * @param mixed $id_or_email The avatar to retrieve a URL for. Accepts a user ID, Gravatar MD5 hash, 1225 1225 * user email, WP_User object, WP_Post object, or WP_Comment object. 1226 1226 * @return (string|false)[] Avatar URLs keyed by size. Each value can be a URL string or boolean false.
Note: See TracChangeset
for help on using the changeset viewer.