**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](https://github.com/strangerstudios/Basic-User-Avatars/blob/7d4bf9461d927ef37d3768b3e7221b598fc49c8f/init.php#L233).
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.