Email from Wordpress to reset the password
Hello,
after the registration on my community the user is receiving an email from wordpress to setup his password. ??? How can I abort that one? I have Fluent CRM too. Thank you so much!
I think you could use Fluent Snippets to override wordpress message sending for new users something like (This is an example that could work) :
add_filter( 'wp_send_new_user_notification_to_admin', '__return_false' );
add_filter( 'wp_send_new_user_notification_to_user', '__return_false' );
So I get to install Fluent Snippets and copy and paste this code through that?
is it ok like this?
ok, it's working fine. No email from WordPress. thank you so much Sombri LunaΒ