How to remove the WHMCS Billing & Support section in cPanel?

kumkumsharma

Administrator
Staff member
You can check below steps to remove WHMCS Billing & Support section in cpanel.

For this you can move particular user directory from this path /var/cpanel/integration/dynamicui/

You have to move desired user directory to /root/whmcs_dynamicui_backup with below command:

Code:
mkdir -v /root/whmcs_dynamicui_backup; mv -v /var/cpanel/integration/dynamicui/USER /root/whmcs_dynamicui_backup
Here you have to use username instead of USER.
 
Top