woocommerce_output_auth_header() WC 1.0
Output the Auth header.
Хуков нет.
Возвращает
Null. Ничего.
Использование
woocommerce_output_auth_header();
Код woocommerce_output_auth_header() woocommerce output auth header WC 5.0.0
function woocommerce_output_auth_header() {
wc_get_template( 'auth/header.php' );
}