function woocommerce_send_notification(){
$body = '';
$to = 'my-email@domain.ru';
$subject = 'Смена данных Имя Фамилия';
$curr_user = wp_get_current_user();
$user_id = $curr_user->ID;
$curr_username = $curr_user->data->user_login;