//Add custom registration link on login form
function bbloomer_add_login_text() {
echo '<p style="margin-top: 20px;" class="bwd-login-subtitle"><a href="/registration/">Register here.</a></p>';
}
add_action( 'woocommerce_login_form_end','bbloomer_add_login_text' );