woocommerce_output_auth_header()WC 1.0

Output the Auth header.

No Hooks.

Return

null. Nothing (null).

Usage

woocommerce_output_auth_header();

woocommerce_output_auth_header() code WC 8.6.1

function woocommerce_output_auth_header() {
	wc_get_template( 'auth/header.php' );
}