Skip to content

Instantly share code, notes, and snippets.

View jesperweltz's full-sized avatar

Jesper Weltz jesperweltz

View GitHub Profile
<?php
// Copies woocommerce orders and users over from source to target.
// I use this on my local machine - loading both db's up there side by side
// could easily adjust the connect strings to connect elsewhere if needed.
// will change order ids
// My use case for this is when I've got a staging/test version of a site with new posts/products/pages etc, that needs
// to go live without the loss of any orders placed on the site site since we copied it to the staging site.