You can use this code in your wplms-customizer.php file present in your wplms customizer plugin:
add_action('bp_directory_course_item','custom_show_course_button_in_course_directory');
function custom_show_course_button_in_course_directory(){
echo the_course_button();
}
thx
this code will stay after update?
wplms customizer plugin is never updated so it will not be lost after update, this plugin is exclusively provided for customization purpose only.
If you are using blank child theme then you can put this code in function.php file of child theme, this child theme is also provided for customization purpose only.
it works like a dream in Course Directory, However in course category page under the course some courses have "take course" button and some have "free course" instead
Unable to replicate the issue on our test setup.
The free courses for logged in users show start course or continue course button.
And for non logged in users it shows take this course button, refer:
http://prntscr.com/aplbuv