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(),
			)
		);
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.