Home / Archive / Send New User Notifications
Duplicate Snippet

Embed Snippet on Your Site

Send New User Notifications

Send the new user notification after someone registers through the Charitable registration form.

Code Preview
php
<?php
/**
 * Send the new user notification after someone registers 
 * through the Charitable registration form.
 */
add_action( 'charitable_after_insert_user', 'wp_send_new_user_notifications' );

Comments

Add a Comment