%s.", 'woocommerce' ), $blogname, $user_login ) . "\n\n"; if ( get_option( 'woocommerce_registration_generate_password' ) == 'yes' && $password_generated ) echo sprintf( __( "Your password is %s.", 'woocommerce' ), $user_pass ) . "\n\n"; echo sprintf(__( 'You can access your account area to view your orders and change your password here: %s.', 'woocommerce' ), get_permalink( woocommerce_get_page_id( 'myaccount' ) ) ) . "\n\n"; echo "\n****************************************************\n\n"; echo apply_filters( 'woocommerce_email_footer_text', get_option( 'woocommerce_email_footer_text' ) );