Using WP-CLI it’s possible to change the website address with this command line
How to export customers from WooCommerce with wp-cli
This is a very usefull feature of wp-cli that allows you to create a list of WooCommerce customers in csv format with a single command line command: wp wc customer list –user=username–format=csv > customers.csv where username is the user that has the administrator power to see all the possible feautres …
Continue reading “How to export customers from WooCommerce with wp-cli”