0
votes
0answers
94 views

wp_new_user_notification() takes 5-10 seconds to run [closed]

I'm writing a simple API endpoint which allows a 3rd party site to create new users. Everything works but the 3rd party site is set up to only wait 5 seconds, and for some reason, when I create a new ...