Change Checkout Login Message and Class
-
Hello I have doubt any help will be much appreciated since I dont know the coding much i just want to seek help how to do it.
Below is the code from form-login.php. I want to change in this function few parameters and want to put in function.php (my custom functions) to avoid modifying the core files. Please help.
Current
<?php wc_print_notice( apply_filters( ‘woocommerce_checkout_login_message’, __( ‘Returning customer?’, ‘woocommerce’ ) ) . ‘ ‘ . __( ‘Click here to login’, ‘woocommerce’ ) . ‘‘, ‘notice’ ); ?>
</div>What I want – I am changing messages and class
<?php wc_print_notice( apply_filters( ‘woocommerce_checkout_login_message’, __( ‘Returning customer?’, ‘woocommerce’ ) ) . ‘ ‘ . __( ‘Click here to login’, ‘woocommerce’ ) . ‘‘, ‘notice’ ); ?>
</div>
- The topic ‘Change Checkout Login Message and Class’ is closed to new replies.