JSON API and notification about registration
Set your query var notify to user (if you want to send an email to the user only) or both (if you want to send it to the user and the admin). Within the plugin controller/User.php:165 calls wp_new_user_notification with $_REQUEST[‘notify’]. wp_new_user_notification is (lucky you) a pluggable function. If you have your activation logic ready to … Read more