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