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