Question
Hello everyone i have used the following code in my theme's function.php file to achieve my desired results but i don't receive an email when i submit the form where should i be wrong? function wpb_sender_email( $original_email_address ) { return 'my site.com'; } function wp
0
Ruby prO 3 years 0 Answers 48 views

Question
I need to send an email whenever a user is added or registers containing its clear password. I know it's a bad idea in terms of security but I need to do it for a private project. Any idea? Should I hook into user_register and do something or is there a simpler way? I'm using Better Notifi
0
, , , demimontalto 3 years 0 Answers 58 views