comment_author_email; $has_avatar = ( 0 !== $args['avatar_size'] && get_comment_type($comment) === 'comment' && get_option('show_avatars', 1) ); $class = ''; if ($has_avatar) { $class = 'ct-has-avatar'; } if ($is_by_author) { $class .= ' ct-author-comment'; } ?>