ID, 'awsm_applicant_email', true ) ); /** * Initialize applicant meta box. * * @since 1.6.0 */ do_action( 'awsm_job_applicant_mb_init', $post->ID ); ?>
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 ); ?>
ID ); ?> ID ); ?>
application_delete_action( $post->ID ); ?>