woocommerce_checkout_login_form()
Output the WooCommerce Checkout Login Form.
Description Description
Source Source
File: includes/wc-template-functions.php
function woocommerce_checkout_login_form() { wc_get_template( 'checkout/form-login.php', array( 'checkout' => WC()->checkout(), ) ); }