Move tab profile settings to vendor settings

add_action('init',function(){
global $WCFM, $WCFMu;
remove_action('end_wcfm_user_profile', array( $WCFMu->vendor_verification, 'wcfmu_vendor_verification_user_profile_fields' ), 15 );
add_action('end_wcfm_vendor_settings', array( $WCFMu->vendor_verification, 'wcfmu_vendor_verification_user_profile_fields' ), 150 );
});

Add this code to your child theme’s functions.php

In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/