How to delete woocommerce customers / users from shop

I was wondering how to easily delete registered users / customers from my woocommerce online shop.

Most solutions centered around running a SQL code, which really isn't as handy.

However, after a bit research I finally found a very easy solution - see answer below.

Hope it helps you too!

Cheers David

1 Answer

Every customer that registers via the woocommerce registration process, is added as a wordpress user, so you can delete users / customers super easily there.

1. go to your wp admin

2. left side click "users"

3. delete the users / customers

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like