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: Ability to Tweak/Edit Text to Our Liking #76

Open jdphiladelphia opened 8 months ago

jdphiladelphia commented 8 months ago

The standard text is, well, standard. We'd like to customize what it says for our audience. The plugin does not seem to have any "settings." That'd be nice. Respectfully submitted 😎

andrewlimaza commented 7 months ago

Hi @jdphiladelphia

Thanks for reaching out here, for now you should be able to use the gettext filter - https://developer.wordpress.org/reference/hooks/gettext/

While it's not an elegant solution it should work okay if you're comfortable with development. Another option would be to use a plugin that allows translating of strings and then tweak it for your site only.