Add note to reg form
This commit is contained in:
parent
0f731d9c3f
commit
b5eecbf6a7
|
@ -94,6 +94,10 @@ do_action( 'woocommerce_before_customer_login_form' ); ?>
|
|||
<input type="password" class="woocommerce-Input woocommerce-Input--text input-text" name="password" id="reg_password" autocomplete="new-password" />
|
||||
</p>
|
||||
|
||||
<?php else : ?>
|
||||
|
||||
<p><?php esc_html_e( 'A password will be sent to your email address.', 'woocommerce' ); ?></p>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<?php do_action( 'woocommerce_register_form' ); ?>
|
||||
|
|
Loading…
Reference in New Issue