Show Profile Image HTML

This filter can be used to change the HTML code of the profile image on the profile page at the front end.

apply_filters('profile_magic_get_filter_slug_by_id',$slug,$uid);

$html is the Html to display.

$uid is the user id.

$cuid is the current login user id.

$user_info is the array containing the user information.