Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sayan Datta

    (@infosatech)

    Hi @faizynadim

    Add this snippet to the end of your theme’s functions.php file:

    add_filter( 'fbak/sms_login_email_address', function( $email ) {
        $email = str_replace( '/directory', '', $email );
    
        return $email;
    });

    Thanks!

    Thread Starter Faizy Nadim

    (@faizynadim)

    Great…It worked…

    Thank You for Quick Response…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Option to change default email for new users’ is closed to new replies.