avatars not workin on my site
-
hi, when i use the function to show avatar, many things in my site stop workin, like top bar disappear, the code i use is:
add_filter( 'mycred_ranking_row', 'my_custom_ranking_rows', 10, 4 ); function my_custom_ranking_rows( $layout, $template, $row, $position ) { $avatar = get_avatar( $row['ID'], 32 ); return str_replace( '%avatar%', $avatar, $layout ); }
any idea why this happens?
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘avatars not workin on my site’ is closed to new replies.