8889841c
  • id="comment-">
    user_id) ) { echo get_avatar( $comment->user_id, '80', '' ); } elseif ( WP_Job_Board_Pro_User::is_candidate($comment->user_id) ) { $candidate_id = WP_Job_Board_Pro_User::get_candidate_by_user_id($comment->user_id); $candidate_p = get_post($candidate_id); superio_candidate_display_logo($candidate_p, true, 'thumbnail', 'class=avatar'); } elseif ( WP_Job_Board_Pro_User::is_employer($comment->user_id) ) { $employer_id = WP_Job_Board_Pro_User::get_employer_by_user_id($comment->user_id); $employer_p = get_post($employer_id); superio_employer_display_logo($employer_p, true, 'thumbnail', 'class=avatar'); } else { echo get_avatar( $comment->user_id, '80', '' ); } ?>
    user_id) ) { comment_author(); } elseif ( WP_Job_Board_Pro_User::is_candidate($comment->user_id) ) { $candidate_id = WP_Job_Board_Pro_User::get_candidate_by_user_id($comment->user_id); echo get_the_title($candidate_id); } elseif ( WP_Job_Board_Pro_User::is_employer($comment->user_id) ) { $employer_id = WP_Job_Board_Pro_User::get_employer_by_user_id($comment->user_id); echo get_the_title($employer_id); } else { comment_author(); }?>
    esc_html__(' Reply', 'superio'), 'add_below' => 'comment', 'depth' => $depth, 'max_depth' => $args['max_depth']))) ?>
    comment_approved == '0') : ?>