Hi,
We have made some code changes on both the plugin and theme, example:
- plugins/wplms-gift-course/classes/class.gift_course.php
- plugins/vibe-customtypes/includes/featured.php
- plugins/vibe-course-module/includes/bp-course-template.php
- and other plugins related to wplms/vibe
the reason for customisation is so we can add the feature and layout we like that we cannot implement through the child theme.
The issue with this approach is when there's a plugin or theme update it overwrites the changes we made, so we have to redo it.
Our question is, is there a way to do the update without our changes gets overwritten?
Cheers,