Send custom signup approval email to different Administrators selectively
Not sure this is such a complex issue – WP provides an easy hook to control the email sent to the admin – wp_new_user_notification_email_admin you can read about the parameters here: https://developer.wordpress.org/reference/hooks/wp_new_user_notification_email_admin/ There is a “to” param, which allows you to define the email address to sent to, then it’s just a case of creating … Read more