This commit is contained in:
Chung Pham
2020-11-24 10:47:48 +07:00
parent 6782030b75
commit 9aa9887e50
5 changed files with 13 additions and 5 deletions

View File

@@ -200,6 +200,7 @@ class Opalestate_User_Form_Handler {
} else {
/* After register successfully */
do_action( 'opalestate_after_register_successfully', $user_id );
wp_new_user_notification( $user_id, false, 'user' );
$redirect = home_url();
if ( opalestate_get_option( 'login_user' ) ) {