Show Bio Field Above Instructing Courses

Paste this code in wp-admin > Plugins > Editor > WPLMS Customizer Plugin > wplms-customizer.php

add_action('init','custom_hide_certificate_badge');
function custom_hide_certificate_badge(){
   remove_action('bp_before_profile_content','wplms_show_profile_snapshot');
   remove_action('bp_before_profile_content','wplms_show_instructor_courses',11);
}
add_action('bp_after_profile_content','wplms_show_profile_snapshot');
add_action('bp_after_profile_content','wplms_show_instructor_courses',11);

Leave a Reply

Your email address will not be published. Required fields are marked *