Hi,
I want to show the start date next to the price on the course directory.
I used the my child theme an changed the name of the "bp_course_item_view"-function. I added my new "bp_course_item_view_override"-function in my functions.php.
When I visit the course directory, the start date shows up correct.
But when I use the order-dropdown, the start date disappears because I didn't changed the name of the "bp_course_item_view"-function in "bp-course-filters.php". I don't want to change it there because the updates will reset the changes.
Can you help me with this and tell me how I can change the <span style="line-height: 1.5;">bp_course_item_view"-function with my functions.php</span>