The plugin didn't work for me but I was able to get this working with Code Snippets and the sample code. There is also some more code needed for stopping password change notifications
There is actually a simple hook to turn this off, use this snippet instead of the long one from the site mentioned: add_filter( 'wp_new_user_notification_email_admin', '__return_false' );
The plugin didn't work for me but I was able to get this working with Code Snippets and the sample code.
There is also some more code needed for stopping password change notifications
Thank you man
Great video. very helpful. Do you have any videos on how to upgrade a site's php?
I don’t currently sorry! Typically it’s a dropdown in your website’s hosting platform.
Hir sir, how to disable email notification new user for side user my website,?
Thank you so much, it help me to solve the problem that when the person registered send him an email, love u man
There is actually a simple hook to turn this off, use this snippet instead of the long one from the site mentioned: add_filter( 'wp_new_user_notification_email_admin', '__return_false' );
where to add this? added in Snippets, it broke the website :D
@@crouge Yes Code Snippets Plugin or functions.php , just tested one more time and works fine for me without breaking anything