WP_Comments_List_Table::floated_admin_avatar( $name,  $comment_ID )


Description Description


Source Source

File: wp-admin/includes/class-wp-comments-list-table.php

	public function floated_admin_avatar( $name, $comment_ID ) {
		$comment = get_comment( $comment_ID );
		$avatar  = get_avatar( $comment, 32, 'mystery' );
		return "$avatar $name";
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.