Why the use of http://i0.wp.com/ with gravatars?
-
Hello,
I am developing locally with xampp and i notice the default avatars aren’t shown because of the http://i0.wp.com/
it reads `http://i0.wp.com/192.168.xxx.5/mysite.com/site/wp-content/plugins/buddypress/bp-core/images/mystery-man.jpg`i like to use some custom avatars so i added a function to my theme functions.php and add a filter like
`add_filter( ‘bp_core_mysteryman_src’, ‘use_custom_avatar’ );`but here again http://i0.wp.com/ is being pre added
How do i fix this?
- The topic ‘Why the use of http://i0.wp.com/ with gravatars?’ is closed to new replies.