// Disable admin and user registration notification emails add_filter('wp_send_new_user_notification_to_admin', '__return_false'); add_filter('wp_send_new_user_notification_to_user', '__return_false'); // Send new user data to n8n webhook add_action('user_register', 'send_new_user_to_n8n_webhook', 10, 1); function send_new_user_to_n8n_webhook($user_id) { $user = get_userdata($user_id); if (!$user) { return; } $data = array( 'ID' => $user->ID, 'username' => $user->user_login, 'email' => $user->user_email, 'name' => $user->display_name, 'registered' => $user->user_registered, 'roles' => $user->roles, ); wp_remote_post('https://n8n.digitalcreatings.com/webhook/1e6fdf99-c32d-439e-a201-8dcf3bade909', array( 'method' => 'POST', 'body' => json_encode($data), 'headers' => array( 'Content-Type' => 'application/json', ), 'timeout' => 15, )); }Tamil Nadu - India Imagine

Tamil Nadu

Look out for incredible places & hill stations to visit in and around Tamil Nadu here.