woocommerce_output_auth_header()
Output the Auth header.
No Hooks.
Returns
null. Nothing (null).
Usage
woocommerce_output_auth_header();
woocommerce_output_auth_header() woocommerce output auth header code WC 10.6.2
function woocommerce_output_auth_header() {
wc_get_template( 'auth/header.php' );
}