Comments jamescow1 started the conversationSeptember 8, 2022 at 6:25pmI need to dissable a link for make users to stay in woocommerce experience user.[deleted] repliedSeptember 9, 2022 at 4:13pmadd this code in your wplms-customizer.php file in wplms customizer plugin : add_filter('wplms_product_course_order_filter',function($x){$x = []; return $x;}); jamescow1 replied privately[deleted] repliedSeptember 10, 2022 at 2:03pmNo you are dong it wrong place .you have to goto wp-adin-> plugins -> plugins editor -> select and edit wplms customizer plugin and add the given code in the wplms-customizer.php file : https://vibethemes.freshdesk.com/support/solutions/articles/1000167915-how-to-use-coding-tips Sign in to reply ...
I need to dissable a link for make users to stay in woocommerce experience user.
add this code in your wplms-customizer.php file in wplms customizer plugin :
add_filter('wplms_product_course_order_filter',function($x){$x = []; return $x;});
No you are dong it wrong place .you have to goto wp-adin-> plugins -> plugins editor -> select and edit wplms customizer plugin and add the given code in the wplms-customizer.php file : https://vibethemes.freshdesk.com/support/solutions/articles/1000167915-how-to-use-coding-tips