strangerstudios / basic-user-avatars

Add an avatar upload field on frontend pages and on the Edit Profile screen so users and admins can manage custom profile pictures without Gravatar.
https://wordpress.org/plugins/basic-user-avatars/
39 stars 34 forks source link

Feature request: Add accessability alt tag data for avatar #68

Open ipokkel opened 1 year ago

ipokkel commented 1 year ago

Is your feature request related to a problem? Please describe. Sometimes there is no Alt Text on avatar images

Describe the solution you'd like A default alt tag, e.g. "user avatar", if no alt tag data exists for the avatar image.

Describe alternatives you've considered Set a tag when none exists with custom code by hooking into basic_user_avatar_data.

ipokkel commented 1 year ago

Example of setting a custom alt tag when hooking into basic_user_avatar_data.

https://gist.github.com/ipokkel/4f5db2ec2b039dbb2ccdb6d9afe2e2a7