'directorist_send_confirmation_email', 'user' => $user_email, 'directorist_nonce' => wp_create_nonce( 'directorist_nonce' ), ), admin_url( 'admin-ajax.php' ) ); echo wp_kses( sprintf( __( "Thank you for signing up! To complete the registration, please verify your email address by clicking on the link we have sent to your email.

If you didn't find the verification email, please check your spam folder. If you still can't find it, click on the Resend confirmation email to have a new email sent to you.", 'best-listing' ), esc_url( $send_confirm_mail_url ) ), array( 'a' => array( 'href' => array() ), 'br' => array() ) ); ?>


If you still can't find it, please check your spam folder. And please contact if you are still having trouble.", 'best-listing' ), array( 'br' => array() ) ); ?>

user_login ); if ( is_wp_error( $is_valid_password_reset_key ) ) { ?>

get_error_message(); ?>

ID ); // Since password reset is handled through email, so we can consider it verified! delete_user_meta( $user->ID, 'directorist_user_email_unverified' ); ?>

click here to login.', 'best-listing' ), esc_url( ATBDP_Permalink::get_login_page_url() ) ), array( 'a' => array( 'href' => array() ) ) ); ?>

ID, 'directorist_user_email_unverified' ); ATBDP()->email->custom_wp_new_user_notification_email( $user->ID ); ?>
click here to login.', 'best-listing' ), esc_url( ATBDP_Permalink::get_login_page_url() ) ), array( 'a' => array( 'href' => array() ) ) ); ?>

%s

', esc_html( $recpass_text ) ); endif; ?>

Site name: %1$s User name: %2$s To reset your password, please click on the Reset Password.
If this was a mistake, just ignore this email and nothing will happen.' ), $site_name, $user->user_login, esc_url( directorist_password_reset_url( $user, true ) ) ); $message = wp_kses( $message, array( 'br' => array(), 'strong' => array(), 'a' => array( 'href' => array() ) ) ); $message = atbdp_email_html( $title, nl2br( $message ) ); $headers[] = 'Content-Type: text/html; charset=UTF-8'; $mail = wp_mail( $email, $subject, $message, $headers ); if ( $mail ) { $success = __( 'A password reset email has been sent to the email address on file for your account, but may take several minutes to show up in your inbox.', 'best-listing' ); } else { $error = __( 'Something went wrong, unable to send the password reset email. If the issue persists please contact with the site administrator.', 'best-listing' ); } } if ( ! empty( $error ) ) { echo '

' . wp_kses( sprintf( __( 'ERROR: %s', 'best-listing' ), esc_html( $error ) ), array( 'strong' => array() ) ) . '

'; } if ( ! empty( $success ) ) { echo ''; } endif; ?>