how to customize vibe course module plugin in child theme
You can customize wplms theme using the child theme.
Otherwise just use the wplms customizer plugin for customizations, OR add the code in the functions.php file for customizations.
i want to edit the buddypress search widget "bp-course-widgets.php" file in child theme or in wplms customizer plugin how can i do that.
regards,
Ameer hamza
You want to edit the widget, so copy the class and change the class name, then call the class from register widget in your function.php file (child theme).
This way you can create your own widget and then use your widget and do not use previous widgets.