Home Forums WordPress Plugins Memberpress Bridge Reply To: Memberpress Bridge

#29817
vinny
Keymaster

> When I full deploy staging back to live site, do you have SQL query to reverse the email assignments?

It’s probably best to just apply the config changes manually in the settings screens, as they should be simple. However, if you do need the query, it would be this:

update wp_users set user_email = orig_email;

Cheers,
Vinny