' . get_avatar( $current_user->ID, 160 ) . ''; } add_action( 'pmpro_account_bullets_top', 'show_gravatar_pmpro_account_bullets_top' ); function show_gravatar_pmpro_account_bullets_bottom() { echo '
  • ' . __( 'Avatar', 'pmpro' ) . ': ' . __( 'Update at Gravatar.com', 'pmpro' ) . '
  • '; } add_action( 'pmpro_account_bullets_bottom', 'show_gravatar_pmpro_account_bullets_bottom' );