What fields i need to add on return field to show my custom breadcrumbs.
If I want to show my categories like this Home > Course > Language > Category > Sub-Category
function mycustom_breadcrumbs_course_category($course_category){
return '' ;
}
Thanks!