woocommerce_output_auth_header()WC 1.0

Output the Auth header.

Хуков нет.

Возвращает

null. Ничего (null).

Использование

woocommerce_output_auth_header();

Код woocommerce_output_auth_header() WC 8.7.0

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