ID );
$avatar = apply_filters( 'awsm_applicant_photo', get_avatar( $applicant_email, 130 ) );
echo '
' . $avatar . '
'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
$attachment_id = get_post_meta( $post->ID, 'awsm_attachment_id', true );
$resume_details = $this->get_attached_file_details( $attachment_id );
if ( ! empty( $resume_details ) ) :
$file_size_display = ! empty( $resume_details['file_size']['display'] ) ? '(' . $resume_details['file_size']['display'] . ')' : '';
?>
ID );
?>