pbearne / Bullhorn2WP

fixed version of the Bullhorn2WP plugin
5 stars 11 forks source link

Skills empty list #5

Closed amelinfo closed 7 years ago

amelinfo commented 7 years ago

Hi, i have problem with skills required in the post . Even the custom field skills is null , however , there is kills in the posts . Have you any ideas ? Thanks you

amelinfo commented 7 years ago
    $skillList = self::get_skill_list();
    foreach($skillList as $key=>$skill){

        $skill_ids[] = $key;
    }
    if ( ! empty( $skill_ids ) ) {

... }

i added this to attach_skills($,$) function

pbearne commented 7 years ago

thanks I have updated the code