Hi,
The Notice : Quick fix for buddydrive 2.0.0 states that the following code must be added in wplms-customizer.php file in wplms customizer plugin.
add_filter( 'buddydrive_use_deprecated_ui', '__return_true' );
Kindly advise how this is achieved as I am new to this theme and do not know where to find wplms-customizer.php to insert the given line.
Many Thanks!
Add the code in wp-admin->plugins->editor->wplms customizer plugin->wplms-customizer.php file, refer:
http://prntscr.com/9sdupv
NOTE: Add the code at the bottom of the file before "?>"
Highly informative, done and dusted.
Thank you Latiyan