Closed amelinfo closed 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
thanks I have updated the code
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