/ Prevent CLient email to get notified of new user creation
/* GH CODE: Turn off admin new user notification email temporarily (START) */
add_filter('wp_send_new_user_notification_to_admin', '__return_false');
/* GH CODE: Turn off admin new user notification email temporarily (END) */