Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I get an email notifying me of every new user registration on my site and now that it gets hundreds or thousands of new users a day, it's getting a little out of hand.

It seems like it'd be a Wordpress setting to disable it, but I can't seem to find anything. Do I really need a plugin to do this?

share|improve this question
No plugins are necessary. This is a wordpress.com article, but it applies to all newer versions of wordpress. en.support.wordpress.com/enable-disable-comments – Stephen Sep 15 '12 at 11:07

1 Answer

up vote 1 down vote accepted

One plugin, among several: http://wordpress.org/extend/plugins/disable-new-user-email-notifications/

You can grab the function out of it and use it directy in functions.php

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.