Okay please try this code for that :
add_filter('bp_directory_course_item','show_parcels');
add_filter('wplms_course_thumb_extras','show_parcels');
function show_parcels(){
$custom_info = vibe_sanitize(get_post_meta(get_the_ID(),'vibe_course_details',false));
if(isset($custom_info) && is_array($custom_info)&& !empty($custom_info)){
$thumbnail_html ='';
foreach($custom_info as $k=>$val){
$thumbnail_html .='<br><font color="red"><b>'.$val.'</b></font><br>';
}
}
return $thumbnail_html;
}
No Alex, nothing appears in directory course.
Hi Alex,
is there a solution for this case? If not, please, let me know for try a wordpress programmer. Of course, hope he will be able to do this ...rss...