The plugin does not allow other plugins that use get_avatar to work
-
Hello,
User registration prevents other plugins using the get_avatar filter to work properly.
I’ve found in line 192 of user-registration/includes/functions-ur-account.php:
remove_all_filters('get_avatar');
This results in any other plugin initialized before User Registration using filters for get_avatar not working properly.
Thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘The plugin does not allow other plugins that use get_avatar to work’ is closed to new replies.