Good day
How do I change the default avatar image size? currently when I try to use the "get_avatar" short code with a custom size injected, it doesn't change the avatar image to 170 X 170 but instead gives me an image with size of 50 X 50.
For example when I use this WordPress built in function "get_avatar($curauth->ID, 170)" with a custom size of 170 injected. I receive back an avatar image with size of 50 X 50.
Do you have a hook I can use to solve this problem?
Answers