/** * Add a custom message to the login page */ add_action('woocommerce_before_customer_login_form', 'cc_custom_login_message'); function cc_custom_login_message() { if (get_option('woocommerce_enable_myaccount_registration') == 'yes') { ?>

New users register for next time so you can:'); ?>