8889841cgj.clix.co.tz/wp-content/themes/superio/template-jobs/single-job_listing/apply-email-form.php 0000644 00000015276 15051431647 0031154 0 ustar 00 home/clixcotz ID); $author_email = WP_Job_Board_Pro_Job_Listing::get_post_meta( $post->ID, 'apply_email', true); if ( empty($author_email) ) { $author_email = WP_Job_Board_Pro_Job_Listing::get_post_meta( $post->ID, 'email', true); } if ( empty($author_email) ) { $author_email = get_the_author_meta( 'user_email', $author_id ); } $cv_attachments = ''; if ( is_user_logged_in() ) { $user_id = WP_Job_Board_Pro_User::get_user_id(); if ( WP_Job_Board_Pro_User::is_candidate($user_id) ) { $candidate_id = WP_Job_Board_Pro_User::get_candidate_by_user_id($user_id); $meta_obj = WP_Job_Board_Pro_Candidate_Meta::get_instance($candidate_id); $cv_attachments = $meta_obj->get_post_meta('cv_attachment'); } } $cv_required = wp_job_board_pro_get_option('candidate_apply_job_cv_required', 'on'); ?>