Is there a wordpress function to cleanly delete an entry in the signups table?
You are correct about the row not having much use outside of a two day threshold where a user doesn’t activate their account. I took a look at the codebase and can confirm there is no API function for removing a signup entry. The only code that removes a signup is the wpmu_validate_user_signup() function. It … Read more