Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: get_avatar

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
1662           $rating = get_option('avatar_rating');
1663           if ( !empty( $rating ) )
1664                $out .= "&r={$rating}";
1665
1666           $avatar = "<img alt='{$safe_alt}' src='{$out}' class='avatar avatar-{$size} photo' height='{$size}' width='{$size}' />";
1667      } else {
1668           $avatar = "<img alt='{$safe_alt}' src='{$default}' class='avatar avatar-{$size} photo avatar-default' height='{$size}' width='{$size}' />";
1669      }
1670
1671      return apply_filters('get_avatar', $avatar, $id_or_email, $size, $default, $alt);
1672 }
1673 endif;
1674
1675 if ( !function_exists( 'wp_text_diff' ) ) :
1676 /**
1677  * Displays a human readable HTML representation of the difference between two strings.
1678  *
1679  * The Diff is available for getting the changes between versions. The output is
1680  * HTML, so the primary use is for displaying the changes. If the two strings