Hi!
I would like to let the user change the Avatar pic on the front end but for some reason Flarum will only show the default Gravatar pic (retro in this case). The display name of the user seems to update but not the avatar.
Do you have any idea why the avatar would not update?
Front End User Account Page
echo get_avatar( get_current_user_id(), 50);
echo get_avatar_url(get_current_user_id());
WP Users Table
Flarum User Avatar & Display Name