It's look like impossible to override this function. I'm trying to send the created user id, mail and password to another database so I added this hook : function ex_create_new_customer( $email, $username = '', $password = '' ) { // add to datastory BD /* GenSalt */ $string = str_shuffle(mt_rand()); $salt = uniqid($string ,true); $rounds … Continue reading Woocommerce – override wc_create_new_customer
The post Woocommerce – override wc_create_new_customer appeared first on Clan VPS Host.